Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,696 transactions (1.24 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
912,123 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,337 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 912,122 (882,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,474 29,474 00000000644f73a397492039af953e82d6eff6d86632e7f002ae1859092817db 0.00 MB 1 0
29,473 29,473 00000000269d966444d8c134630a1d844e407b633815ceed4753859bc31dcf1c 0.00 MB 1 0
29,472 29,472 00000000e076ed7a9e0ab3f32922ec6f20f87ff37ad30a040ce6d29b8388c23b 0.00 MB 1 0
29,471 29,471 0000000018e4aa10457272d0d0a25918499bc2e2c0b2f7c706a324f3ee9b58bc 0.00 MB 1 0
29,470 29,470 00000000b804befef055a784ab4204e53ab252669d576b10ccd2d6690cda071f 0.00 MB 1 0
29,469 29,469 000000006ea9189a9f64f9123550863f9b6a5c95eb483c17a0d6e9e6e58fbf68 0.00 MB 1 0
29,468 29,468 00000000c634d0dc27f945124858a49c4fa3437d34507e580963170765821ef7 0.00 MB 1 0
29,467 29,467 00000000f00b88e972197ab8c13b224df08b5e05e79459a3cf286c48ee9f4e96 0.00 MB 1 0
29,466 29,466 00000000638daa62302429f95b58fd4dfd302d2775c95d106dc7cf505242b529 0.00 MB 1 0
29,465 29,465 00000000c290d3133cbb12fd0dcf1002ce782660e1f038c58d7242af3d9bd88a 0.00 MB 1 0
29,464 29,464 000000008e2d28e2a381687fce31f1537272c13256d0f5dbd0e017f9f914d1ad 0.00 MB 1 0
29,463 29,463 0000000098b9b82c6ac76493fc4d9a36fb95bc9ff1bab2e4982594180b927f78 0.00 MB 1 0
29,462 29,462 0000000031274f49933f57ecf01f90a2562a4b63c536d6c6ba1bddc47e418a33 0.00 MB 1 0
29,461 29,461 000000004ff8431465591fd1914f41cf68202b980324074681de2504b6cb13e5 0.00 MB 1 0
29,460 29,460 00000000cb5c8ecf76ed807b20067fc50e9e0b042e2aff025822e797658c831e 0.00 MB 1 0
29,459 29,459 000000006af6c526f26c007ed0164972ad3b2d5691ac41414c521393745e4826 0.00 MB 1 0
29,458 29,458 0000000056ce850015e30755d20d928f185d8bff96a227799be85345c96f84c3 0.00 MB 1 0
29,457 29,457 000000002f47e84f4d6fea908648acfba9a97cf66329c8d50f7897b8e4413aea 0.00 MB 1 0
29,456 29,456 00000000142fd5bdc805c4fd0ac0b3a2b8502a883ed5f448abf58cc044ec9ccc 0.00 MB 1 0
29,455 29,455 00000000dd7deb1050f737b9fb24939d1a9be62144d5a318cf7e8360684f4e51 0.00 MB 1 0
29,454 29,454 0000000073c710c4e3fd95d9df1e13a8c0f8c1d75b63b8210b0b5ed42a218c7e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.31 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,525.31 GB sent, 134.95 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.