Loading Tool

Explorer IconExplorer

Memory Pool

40,230 transactions
31.96 vMB
0.09068351 BTC
Random Selection Loading Transactions
Max Size: 159.51/200 MB

Candidate Block

Mining Attempt 5ca5ea1ab9aa3e1942bada9f166d391887e15fcd091497ed069d7f552f124e67
Version 20000000
Previous Block 000000000000000000005434a27e0984c47f5290ef8bd39ac0e9efcb3453993b
Merkle Root 5e532e878e03ef134fdf2cf7151aac2ca5698d0b82e54db44c19018f8226435e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,987
Size: 1.00 vMB
Total Fees: 0.02455380 BTC
Feerates: 302.06 > 2.46 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,341 (840,911 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
73,430 73,430 00000000007cfcacd10c39dbc7efdf70a7186d9552ec41556a1b23e37e081b6f 2 0.00/1.00 vMB 0
73,429 73,429 0000000000824bb78c71806684f14e46d043a1c423089282dd6934ff9af7b819 4 0.00/1.00 vMB 0
73,428 73,428 000000000087e5ae183027e13a1a996057d8d977d639983b4329a331f5711e74 1 0.00/1.00 vMB 0
73,427 73,427 00000000002045bf4ebd69684d6557bb8161133ef80ecc94efc3616ff51226d0 1 0.00/1.00 vMB 0
73,426 73,426 000000000011fc192aad93be506c576b09d9b43ee8bcf9b34b58de48163ac7b5 1 0.00/1.00 vMB 0
73,425 73,425 000000000047192ea03d5f3819d4fc9ff687ffe532988889b13c6628fb75f14f 1 0.00/1.00 vMB 0
73,424 73,424 00000000005b1d46f2d90e142a3025dd940c40fc0d5690205470f2855370855f 1 0.00/1.00 vMB 0
73,423 73,423 000000000051c493bc19279d71f2d13d6a86caa6247f0e93062edfc6c8762132 3 0.00/1.00 vMB 0
73,422 73,422 000000000028d94e46025a9b1ca52a7587c4f0e6510a23942f78d6168f36dfb0 1 0.00/1.00 vMB 0
73,421 73,421 000000000020d00c0621b3ede928c2aefb8b1600b1596f27206f9d675b448e6d 1 0.00/1.00 vMB 0
73,420 73,420 00000000006d6eefb87ea44487c37045effbc5b435044cb4fb35731a3e9ce9f5 2 0.00/1.00 vMB 0
73,419 73,419 00000000005e4246c6d1aba59c24e573ad8ee60370ecdb107bd79baebf984ad3 1 0.00/1.00 vMB 0
73,418 73,418 00000000008cc6e6b1dcc0950e6b3acbdff23f7db16ba43865e8717ea8861903 6 0.00/1.00 vMB 0
73,417 73,417 000000000010113c1ed2c01724a5676d2715bffa2a75fbc76afa4e0309a7c649 1 0.00/1.00 vMB 0
73,416 73,416 000000000074876ff56617520f16951f114e737f6ef19c79ebe8c1bd3c61a2ae 1 0.00/1.00 vMB 0
73,415 73,415 00000000008f38a0ed67a68a550dd4e53aaa77789c9990657dee5e598e1b0427 1 0.00/1.00 vMB 0
73,414 73,414 00000000004a9614521c1787103bd0268c10f643dc7b4f5ff0c8b564d9a22a8d 2 0.00/1.00 vMB 0
73,413 73,413 00000000003cc684d44ab43916593a31e0550ebc19a9a20d619179ff3d2d320f 3 0.00/1.00 vMB 0
73,412 73,412 00000000006376111285c405cac1dbc459d65936b7942af25894430d0b69533e 2 0.00/1.00 vMB 0
73,411 73,411 00000000003ac97629348b5f5c915b418d41ed92d19e55959ffa25f488d77829 1 0.00/1.00 vMB 0
73,410 73,410 0000000000a46f7616c957e5c3d21611728f4b0b3a4568c4e26d1d693ef1e709 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.21 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 586.12 GB
    • Received: 9.45 GB
  • Uptime:

Notes

  • 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.