Loading Tool

Explorer IconExplorer

Memory Pool

32,016 transactions
23.26 vMB
0.06471903 BTC
Random Selection Loading Transactions
Max Size: 136.26/200 MB

Candidate Block

Mining Attempt fa8cc3e41dfef1c33cf1a579d843f4aba7e19dba10248b5dca0fe38f258cc935
Version 20000000
Previous Block 00000000000000000001a6791c3e46f6983c17c6d3263345c3c43a43f9c217ae
Merkle Root 5885ae35920457b5d087e8c1eed8bd024766cf393c6ed7eb7849aa9837937a9a
Time (UTC) ( ago)
Target 00000000000000000001ddb40000000000000000000000000000000000000000
Nonce 0
Transactions: 3,390
Size: 1.00 vMB
Total Fees: 0.01291356 BTC
Feerates: 49.69 > 1.29 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 918,187 (119,288 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
798,899 798,899 000000000000000000035d2e796a30187b10421bc1d4fc8ade58e9a16e22bc48 2,497 1.00/1.00 vMB 11
798,898 798,898 00000000000000000003bc4b74bcf85114ebb3705a1fba047a4e71cba27facda 4,630 1.00/1.00 vMB 6
798,897 798,897 00000000000000000004808174d4c991c28f0b5549fbb06fc79eddaa8cb93fc3 2,283 1.00/1.00 vMB 10
798,896 798,896 00000000000000000002efd6978444dc1a148009346d58f07f8cefd6a26430b9 4,941 1.00/1.00 vMB 6
798,895 798,895 00000000000000000004c0b5cad61a444dfac58a1b145d49a20985ae99d85d8d 4,832 1.00/1.00 vMB 6
798,894 798,894 00000000000000000002c0057c845fcc44cc62189f6c67397f36be56c61864e6 2,534 1.00/1.00 vMB 9
798,893 798,893 000000000000000000010abdb6b1f1e8c81af72e7d155ecceffab369a0eba55c 3,253 1.00/1.00 vMB 6
798,892 798,892 00000000000000000003c13d30bc69aba3a619ccc86157ef8030475b3b054746 1,368 1.00/1.00 vMB 10
798,891 798,891 00000000000000000001bc12d54dbcd29d7c0c6a3e8de7897ccee4ec0b5cbc1c 1,979 1.00/1.00 vMB 6
798,890 798,890 000000000000000000017f5c6434bdc8bad944fbd4d82c9e5e64f507b98a3056 4,158 1.00/1.00 vMB 7
798,889 798,889 000000000000000000026ac070c8a76f19d47ac80e79ec79a31c36a205ed67e4 5,106 1.00/1.00 vMB 6
798,888 798,888 00000000000000000004a95db553deb70e54d060ba2180962b1b357000a037a7 5,223 1.00/1.00 vMB 6
798,887 798,887 00000000000000000004796d9ea743908b0744b40613ccf692dd1ef769e5a814 6,125 1.00/1.00 vMB 5
798,886 798,886 00000000000000000004ee4fd427f10bbe5c50b2c423ab0a01e4cb3e13b3f7bb 3,603 1.00/1.00 vMB 7
798,885 798,885 00000000000000000000d67aa92d57285ec6aaed06268bcdb8cd2f3b724c4c5c 4,049 1.00/1.00 vMB 7
798,884 798,884 00000000000000000000bb113b385d1549aa9672fce7ac5e3e266eed6a4458c2 6,097 1.00/1.00 vMB 6
798,883 798,883 00000000000000000002896ab146c23a667a2683930b58f470abdf7d19a610b1 4,731 1.00/1.00 vMB 6
798,882 798,882 000000000000000000021c565142b19dc6d29e8471e6d2661e977ed5722c03c2 1,547 1.00/1.00 vMB 12
798,881 798,881 0000000000000000000410052c1c3b457c95198ba0d642425c128ac00b9d2f0a 2,748 1.00/1.00 vMB 7
798,880 798,880 00000000000000000003cae23fb77c7589fdf580af78c135d4a70f1186803ff2 4,546 1.00/1.00 vMB 10
798,879 798,879 00000000000000000001c6416160649568d6fb6f9f4f9a434065b3890b3409b5 6,074 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 787.88 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 1,113.33 GB
    • Received: 40.03 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.