Explorer IconExplorer

Memory Pool Memory Pool Refreshing

551 transactions (0.16 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,497 000000000000000000022cb30000000000000000000000000000000000000000 0.16 vMB 534 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,496 (827,008 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
82,488 82,488 000000000016de6c970ed23decc18d870093e5add03245c9697d2fe93c6a3153 0.00 MB 1 0
82,487 82,487 000000000025ea7118e8e271f473353dbcc17f83a15d18cb84f62c578a7c2140 0.00 MB 1 0
82,486 82,486 000000000042513d2ec1b74babcf77cb2b12bb88bdc39becc7ef03a353930197 0.00 MB 1 0
82,485 82,485 000000000037e3dfd29d39ccf530279a1343017bc64b10135651640951c4f257 0.00 MB 1 0
82,484 82,484 000000000013c7b7860979f44e1716caf9d3589b32a20f88120c1a4dd0230465 0.00 MB 1 0
82,483 82,483 0000000000364314246593b0e6a4f9d3b5f3570fabaec6a49f8e75bcc5052c8f 0.00 MB 1 0
82,482 82,482 0000000000098cf027fa35c9e35fabb48b25563c26bb01025a8c1f48c42ea192 0.00 MB 1 0
82,481 82,481 00000000000cfe48633c1988dbe8e23a8ea66fb2fca67c64bb625b1b48a814f1 0.00 MB 2 0
82,480 82,480 00000000003cdf61848e35946ec84bbf9dd3c7d81bb0a102648bd08bd95a21a6 0.00 MB 1 0
82,479 82,479 00000000001d01e37c298e3ce3e4ba12dd9819f4c82593907d50c3465f8559b0 0.00 MB 3 0
82,478 82,478 0000000000463174b9d4a24c4f3a9a99d7b05a2a180a1cb4e93c5dc6aadd4ca0 0.00 MB 1 0
82,477 82,477 00000000003643ea739ed2f5478df00e7bdaf527f966e80fc73150e91880978a 0.00 MB 1 0
82,476 82,476 0000000000057e5498ceb14c81cdca8570fb468215abd704191b53e1de97b753 0.00 MB 1 0
82,475 82,475 00000000001323d6cca9f2607d95026752065b791e0110c006540fb67d787294 0.00 MB 2 0
82,474 82,474 00000000001bad01cdbd00a5be6d1777a9d42419f76ce3a2703008b26e383462 0.00 MB 1 0
82,473 82,473 000000000009ef74f864f3f9078a9909e793c8e8b1919b1eb6ad785eea5d573a 0.00 MB 1 0
82,472 82,472 0000000000411e702d88ae000e13ea0cabcd5a8570be3e14f0a93ff5d4c3e435 0.00 MB 2 0
82,471 82,471 0000000000044e9d175d5e2c3cf1251b3c4957863b4540146df9ee08d74542eb 0.00 MB 1 0
82,470 82,470 00000000003f9c4ad3366e62974d38d0afa2fbecf4562f6dc5515d26c87f98aa 0.00 MB 1 0
82,469 82,469 00000000001097252a5a72e4ad6a0eaf041ec1a01b30c1a6034450ebd7133b5d 0.00 MB 1 0
82,468 82,468 00000000002f242a39e9070ed15ec293f550313d0e09f5f0543e99e8d5267da7 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.47 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,081.91 GB sent, 110.56 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.