Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,953 transactions (1.25 vMB)

Priority:

  • 1 sats/vbyte = (10 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 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
909,910 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,224 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,909 (823,488 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,421 86,421 000000000004a58cdb91cb912d00c536014ae6cac8282a628b49ea393093b351 0.00 MB 11 0
86,420 86,420 00000000000ba6d4d6df1d6a6a41f35fcf0368941797f6bf39788a431786d561 0.00 MB 4 0
86,419 86,419 000000000000d1f8cb4658f65948a0899b55b369106e6c2663f4c717461c9c2f 0.00 MB 9 0
86,418 86,418 000000000027a60313e2b2cbe8003df329e3d2614eb765c5b56871d181cddc66 0.00 MB 4 0
86,417 86,417 0000000000147fd522487e6c00e9fde4f4c203a0cab11f91fee91956191c9dd9 0.01 MB 18 0
86,416 86,416 00000000001362a9f16e34ddf600ea20fe24e43437341d8a4924a0af174384ad 0.01 MB 20 0
86,415 86,415 00000000001ebd2c54082296531c9f3b882312dc4e6b44ca11939229b4c43169 0.00 MB 3 0
86,414 86,414 00000000000d70b6b5561b0534034e5613128581fd3f44125cffa6ac0f4a5e6e 0.01 MB 25 0
86,413 86,413 00000000000bed56bcbb38a8a7ff62037ad926a48e63cc5d651989013d856afd 0.00 MB 3 0
86,412 86,412 00000000001e3cb8de4077e52bf5422a06f763b15aec9f4702f9fd068ada2f2e 0.00 MB 10 0
86,411 86,411 000000000008afc95ce5d93bd6465504627044b7173ceb0724a5d32753ff497d 0.00 MB 1 0
86,410 86,410 0000000000021f9a91e987c53b543008bccfef99f0d63cf7edcca2243941a03a 0.00 MB 7 0
86,409 86,409 00000000001fcd9ac9f8636a903f950ac2ecc20a2109145d5f602defc3922829 0.00 MB 1 0
86,408 86,408 0000000000108ed22261e712481fcc7c148e398a8762390aadfa1e0ec36a079b 0.00 MB 2 0
86,407 86,407 0000000000189a240cfddff915d8ccc2cedd8ddb76ff4d1ac86a9044fac7a301 0.00 MB 2 0
86,406 86,406 00000000001055aa439e0f28e9638558ce4ed76e73df012f607d549bd96ef9f9 0.00 MB 3 0
86,405 86,405 000000000005a368b3b73678d024e392d57a9475325cebd88a34dc8eb3bb3944 0.00 MB 4 0
86,404 86,404 0000000000139adbe3b5c551ffa7769d4c0da67425173997f830473632a70459 0.00 MB 4 0
86,403 86,403 00000000000c318355cbd468f39c5c8b686d95bc9c62034977932b9496bacf7c 0.00 MB 5 0
86,402 86,402 00000000002a235d24211821b8ad6918e7e83ca365a90a92eeba45dabc56de36 0.00 MB 1 0
86,401 86,401 00000000002a19be521846a4abdc502281bc3b81f48865784ccb52d0ba6144ef 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 773.23 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,172.56 GB sent, 114.54 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.