Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

586 transactions (0.44 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,678 000000000000000000022cb30000000000000000000000000000000000000000 0.43 vMB 570 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,677 (823,651 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,026 86,026 00000000001036f355562e94e88c10c7d4ffdac1b63434bb14678b2b81709a05 0.00 MB 3 0
86,025 86,025 00000000002cd0979f49d3c366f63884e8900d1cbd1283b9d9a82f6648b7994c 0.00 MB 1 0
86,024 86,024 00000000000680039c7edf1d4e3aef64a4e0dd3976583c13c202881a4b47bd18 0.00 MB 5 0
86,023 86,023 00000000001167ab4cc8aba91b2877d1c38ede8fdbade694d19dbb09bc5b5b95 0.00 MB 1 0
86,022 86,022 0000000000168de75e776810507e20cf0d980ebba20adc0feee79959fcd87289 0.00 MB 3 0
86,021 86,021 0000000000216fac2b4229ac6177109704a8aed789bffbb37581d0654e1a2479 0.00 MB 2 0
86,020 86,020 00000000002633bee95f7592367993310154eebf074c5abd2cdfff834f18b9ab 0.00 MB 4 0
86,019 86,019 0000000000251faa39de86d8da3646271891dedbf5b26c8536ee70c157c7cc29 0.00 MB 8 0
86,018 86,018 00000000000817a8ae78d54beb06c59c6d9a7fbdc232de47694fe36567e02848 0.00 MB 1 0
86,017 86,017 000000000021a1109aa02908ed7093eb359887d1b03cadff80fc8addd31902a7 0.00 MB 2 0
86,016 86,016 00000000002d4e733bfb4b39469f5618735791a94134b03be8b9677e15066e36 0.00 MB 2 0
86,015 86,015 0000000000013b961ed91b1e6837a864195906085e873ae5d7d77137470005ba 0.00 MB 1 0
86,014 86,014 000000000008983a55f4647d04ee71fc2812613b61b91a90396d2f6c37c775ea 0.00 MB 2 0
86,013 86,013 00000000000bb30f9c9a04e8b9d34ae394b0398ac98f94a5f1b2b38b31975fb0 0.00 MB 1 0
86,012 86,012 00000000002649341d7c89c2a378dbea2cf1765ce345b83c95961f26abe4136d 0.00 MB 4 0
86,011 86,011 000000000023d9c37d06df98cf08d510442a84ad85cf87dd7451acebbe211ca7 0.00 MB 3 0
86,010 86,010 0000000000213e2c0f995dc0c4b377bd278a270f84debdc263531120753e5505 0.00 MB 1 0
86,009 86,009 0000000000283d4bba3de6d9b8ce109df0b75b0d026a3485fce8b5467e4674ba 0.00 MB 3 0
86,008 86,008 00000000000595bdbe897ebc439cb2d8d4a879aeebd846f17abefcb7fa8bc7e6 0.00 MB 2 0
86,007 86,007 000000000001434b76c25dab749b395a2a4bbf007d9747f065e8caca4ccb3863 0.00 MB 1 0
86,006 86,006 000000000023643fa9d7edfc396750888f5f13559511fbc8c63621f661f2c57e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.81 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,141.44 GB sent, 112.37 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.