Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,382 transactions (3.07 vMB)

Priority:

  • 1 sats/vbyte = (10 blocks)
  • 2 sats/vbyte = (9 blocks)
  • 3 sats/vbyte = (5 blocks)
  • 4 sats/vbyte = (3 blocks)
  • 6 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,714 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,520 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,713 (882,381 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
27,332 27,332 000000005529f4080caee19544819f65814119786fd788274d30101f9c68f1b9 0.00 MB 1 0
27,331 27,331 0000000039029b3079a0156247e22cd4979ca58ad66e92eb10a88cc0535a7d60 0.00 MB 1 0
27,330 27,330 00000000d920636462c0a3b63e0e6878164c763307fcbb61c34ad769cec2768e 0.00 MB 1 0
27,329 27,329 00000000da861f45178694b1f769ecabacc7577db538dc9b3a411cd9c485f120 0.00 MB 1 0
27,328 27,328 00000000e4e0a9355edeef5cfe643d8a878c02959b7aad53311be9edb4c19d71 0.00 MB 1 0
27,327 27,327 00000000e57eb4abb444ff6c87b6bf7d8a3222ebbbb1fb88b14a475918086045 0.00 MB 1 0
27,326 27,326 00000000bdf826b4f88b40370fbf3c7f960cd969a46e25ee81dfd6aca784d642 0.00 MB 1 0
27,325 27,325 000000007ad25bee21833a5ea795dfc766e8245dfdf475208516b42b0bc76619 0.00 MB 1 0
27,324 27,324 000000009d578b16bd1459f08db2fe4aaf8a7b01f990b1e7eb6db67ee740e3cf 0.00 MB 1 0
27,323 27,323 00000000b1e87bdf99e84c2a709a77006f4f014178a9128eaf493f2a5b63aa92 0.00 MB 1 0
27,322 27,322 0000000058cf69c5f3d0df3db70fa69674501952d71046baba15217888738adc 0.00 MB 1 0
27,321 27,321 000000007fa6f2f7dcf56d9d5372cbf9f1c625a107bd5bc7226a459434729e92 0.00 MB 1 0
27,320 27,320 00000000d0ff5de0adb89ca07a4c64c9337f40eb05368adcf290ff24cf55c437 0.00 MB 1 0
27,319 27,319 00000000f523dde0afa1084e4f69616d48b35d8bf1d61e782868b4eab00bc58c 0.00 MB 1 0
27,318 27,318 000000000c15188a3c91c96ed410ee1d460389cbe6f666ff5ced8a8b8eb31b13 0.00 MB 1 0
27,317 27,317 0000000084cd1c8d7236d45fd182d36f4e250303882dbd9925cd4501498637aa 0.00 MB 1 0
27,316 27,316 00000000ac3f0727c098252697a99936c65aa6b1aa64fd286eff35e9747e1cc6 0.00 MB 1 0
27,315 27,315 0000000072f400adaa6acf0e2f290a3c45bb08d9c6cb6ef25525bbbb5b3a3766 0.00 MB 1 0
27,314 27,314 0000000098ead5a364e09f218d5ca05854e7b01684d5d5bbba6907be24642eb6 0.00 MB 1 0
27,313 27,313 0000000076c91f50786c4d15b9a8196af6d8ac80bb119b05c29e4c4f76bb1003 0.00 MB 1 0
27,312 27,312 0000000031d49b4a4680063009e57399b16827bfb028eb3eff1fd9540ca647fb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.88 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,157.46 GB sent, 112.78 GB received

Notes

  • This page updates every 5 seconds.
  • 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.