Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,409 transactions (2.17 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,042 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,332 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,041 (823,601 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,440 86,440 000000000013e014273c21785360a7778ffc222c21fd855e4421edd6b1f3decc 0.00 MB 1 0
86,439 86,439 00000000000dd09c3012cc40ea378959c23d0387534c9d98f90f4f3e8a33f676 0.00 MB 2 0
86,438 86,438 0000000000267478e64108e4e93d661071ac6f2e106cb36fa4bd1d8847dd7977 0.00 MB 2 0
86,437 86,437 00000000000873bb6986bc11dcac77308a73839347c52566a0910937df584f0a 0.00 MB 1 0
86,436 86,436 00000000000bfd455a671fdc3027375f4a5dfd91dd15ca7f0c11f25c5d1bbb55 0.00 MB 4 0
86,435 86,435 00000000000f5fda683b0e1184752e3998382727ad78293f263cfe1b823742c3 0.00 MB 2 0
86,434 86,434 0000000000208eee17b78e329345d124da39d408de58b7185576a7cc855a84a2 0.00 MB 3 0
86,433 86,433 00000000002f6706e6ba60d409035481c51fe6ad312f37fba1ebe5ec505be4cd 0.00 MB 3 0
86,432 86,432 000000000029c50634453af209710f97342322ea1d89e66097e962dca084cbfc 0.00 MB 1 0
86,431 86,431 00000000000003286811b9ea2c249ee89c4cf1c39087b876a827af8ce9c23d1a 0.00 MB 1 0
86,430 86,430 000000000015e1c4e9e8330997e1dc6d49f28bf4618eccf313c1a515e42ef860 0.00 MB 4 0
86,429 86,429 000000000021caaa10ecaa30eaa4620ea252637ffa026a7a99c75ff61c1bcc0a 0.00 MB 5 0
86,428 86,428 000000000000347f83b534e8acface27637c82d69575000481cbb2aef5b1be69 0.00 MB 1 0
86,427 86,427 00000000000822554bf339aee1a30f928bdaebd2abd4f26e689cf42837142318 0.00 MB 1 0
86,426 86,426 000000000004bb443887430e529726cd41ab89e4e8e300b6d70879c0977b350a 0.00 MB 4 0
86,425 86,425 00000000002d108f77f7a9f8d22e89118bcf477b632fc7666c022d492a37cada 0.00 MB 2 0
86,424 86,424 00000000001b9b68ef4f3ce64444328e2f90bd0b2fc5a144863d70569012595f 0.00 MB 1 0
86,423 86,423 0000000000207db4956e9f3e8197f407f9ff1732dfa288df7572214941310a06 0.00 MB 1 0
86,422 86,422 00000000000874336f3f4a0aafa48ed11ae693d02db5ea399ad063bcd1431b86 0.00 MB 5 0
86,421 86,421 000000000004a58cdb91cb912d00c536014ae6cac8282a628b49ea393093b351 0.00 MB 11 0
86,420 86,420 00000000000ba6d4d6df1d6a6a41f35fcf0368941797f6bf39788a431786d561 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 773.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,185.68 GB sent, 115.70 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.