Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,093 transactions (1.74 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,661 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,195 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,660 (876,160 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
33,500 33,500 000000004ad351192939d8c11cabb03c6b4e96a1a0655c0078e182bacd66c7e5 0.00 MB 1 0
33,499 33,499 000000005783281ebd5eff1cb0efa7ed6a5e3f236518bd17a2f9c9980af9b822 0.00 MB 1 0
33,498 33,498 00000000c1fa6832914fc7689bb582da35b482d77f31ad478f5d5793e0c64af3 0.00 MB 1 0
33,497 33,497 0000000009a892d948c306d5760986ec67e1da482d113b84a209f2452c663a79 0.00 MB 1 0
33,496 33,496 0000000095ca44a7f93ab9634e6bad0d994c3093a7258c637a6249569f0d169e 0.00 MB 1 0
33,495 33,495 000000002cf2f74ab0c8892ecdeeded86e6194556201b306434ba8a9874c9e34 0.00 MB 1 0
33,494 33,494 00000000138433500346dec7c16721f781a7e957c7bb5a53c4979f37825d3581 0.00 MB 1 0
33,493 33,493 00000000271d34e1a2056fe2aca129edec33487fe12f05f4fcc9b95ce293f189 0.00 MB 1 0
33,492 33,492 000000006094db8ec50a847083442e57be3bc90497365c841c17e740f02446ff 0.00 MB 1 0
33,491 33,491 00000000b337d87bcf66c08949fd786ccb7d534f6c00e642b68248cc22bdaceb 0.00 MB 1 0
33,490 33,490 000000005d6a7c63207f5abd385d98df3de21ea34f7c9f4992bfe56a19cd08e2 0.00 MB 1 0
33,489 33,489 00000000967dd8529bacef27a1ecef63a301daf7059ad8575fec84933ededabd 0.00 MB 1 0
33,488 33,488 000000001378710cbafa6b47e4d3f44b7ceffb316ee1052ce71a02b4ed04f5a5 0.00 MB 1 0
33,487 33,487 00000000560a6f6e2a37bb61d8fe6a06f59579d01545b25744edbb780622df29 0.00 MB 1 0
33,486 33,486 000000008412eda55a608c2bf940297e739b51bb74bda3d97bd60c63159c5f58 0.00 MB 1 0
33,485 33,485 00000000c1633af141802cee0bd8dc2a53371ca70418bd6271c8fc590e5840d1 0.00 MB 1 0
33,484 33,484 0000000053064bdc610dac47cfd91217a167e4550a6523629e494f30106b0b10 0.00 MB 1 0
33,483 33,483 000000001823efde2da72ad068e387956918e96b20a07dfafc5b8558b8710936 0.00 MB 1 0
33,482 33,482 00000000b374e739d1d7d53e93580b3601bdc6791d47a80f1175f6f337a4b5ce 0.00 MB 1 0
33,481 33,481 000000009428b7440c77da853d98a26cda5d014adda1b3f477b05ce4fc39090d 0.00 MB 1 0
33,480 33,480 0000000072fc7d448cf52c4aa3c7fe3d4a0ae93f4ce003c99eb98c154a2e98fe 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.78 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,133.11 GB sent, 112.23 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.