Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,408 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,595 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,446 86,446 00000000001c4606133b0fc10f48f90c042df5d7a4c3a14fdb8fcd3ca8d01c7e 0.00 MB 5 0
86,445 86,445 000000000007f68accdc0a042165000fa31f501273fdbfd3369f205627032e58 0.00 MB 4 0
86,444 86,444 00000000000ed4a3212646d69065d041e019193ae7a50a1022673b69a4858655 0.00 MB 3 0
86,443 86,443 000000000027ca8a4077e7136de010ce14d28215efdf6d2413d1a4f936df4e05 0.00 MB 3 0
86,442 86,442 00000000000046f674e3c64a8c359bf9c3104278dd4376db77345faf93366318 0.00 MB 5 0
86,441 86,441 00000000000eac51612fa685200527c0d3a301a328a02ce79df67a1c147a81b0 0.00 MB 5 0
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
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.