Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

524 transactions (0.15 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
912,093 000000000000000000022b910000000000000000000000000000000000000000 0.14 vMB 503 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 912,092 (882,421 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,671 29,671 00000000ddef86d4b9fe3d53253b7737e8d631f483b900650f1a14a5c29e27b0 0.00 MB 1 0
29,670 29,670 00000000778a25d4ee41a68e76799d95401c49b6e99728db55055c7c9c313b5d 0.00 MB 1 0
29,669 29,669 000000003304e23667aff29c684f1634308ca1e1dc42b2df5925d1da9105e0c2 0.00 MB 1 0
29,668 29,668 0000000061009146fe8892cf2fa0771adafbba6a07a6591e57d955d0d130b89c 0.00 MB 2 0
29,667 29,667 000000003bbba000d236e5f898f62c81896ca49c54e3474fff1245ea282e0df0 0.00 MB 1 0
29,666 29,666 000000006fab2ccb91163f3879d81f4ee8a9d560c25efeb00b9e187d63f12207 0.00 MB 1 0
29,665 29,665 00000000a79eeed0d69b51f10588622a4091b77db862c9345b910aba4bbf6c7f 0.00 MB 1 0
29,664 29,664 00000000afe94c578b4dc327aa64e1203283c5fd5f152ce886341766298cf523 0.04 MB 2 0
29,663 29,663 000000007da75864998b222da93fc061191ec3cb0063d42b55ee864ee8d82b60 0.00 MB 1 0
29,662 29,662 0000000027605b53116e81af763ac56baa040baa71ba553572d3700baae31ed6 0.00 MB 1 0
29,661 29,661 00000000d257032a094ef6c3df9eaf6cf9e64f23b801f8c7b69ec884e2ebecc9 0.00 MB 1 0
29,660 29,660 00000000be13ca28571ea3055ebfad64b871b50b2514527e4bdcee93edf75bac 0.00 MB 1 0
29,659 29,659 000000004535f71973d0ee2d2f11bdcfda0b29408f2b6939516cef51a8c7779c 0.00 MB 1 0
29,658 29,658 00000000198230d07e19f471e9aa9a52251be62d577779728f97ff62a4cdc8c1 0.00 MB 1 0
29,657 29,657 00000000b8a494b13aea84f8c0d9158490afe3963b32902ea69a4bc3475a029e 0.00 MB 1 0
29,656 29,656 00000000de75bca567ff56474b01651b8691b56f4e47bc4d3f784c6c91c8afcb 0.00 MB 1 0
29,655 29,655 0000000091853a37e85f65a64d8f32d31ddb83eff13c2b0b366df360d82de8fe 0.00 MB 1 0
29,654 29,654 00000000748e096ef30648c5721f8e85eb7bce751a4c545d6b817387e6e2d653 0.00 MB 1 0
29,653 29,653 00000000a52e3a31428eaedb81a7c5a55f95a0f904f2ad0648b6f8604321a5ab 0.00 MB 1 0
29,652 29,652 00000000b50aa43e86f3e822cb0dcbb57c797b9b001d5d1d358ba0e6c2b42951 0.00 MB 1 0
29,651 29,651 00000000792427537b8343270f382a420f081d36a93f1893864c72eb42b42029 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.25 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,523.29 GB sent, 134.61 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.