Loading Tool

Explorer IconExplorer

Memory Pool

82,299 transactions
31.74 vMB
0.10840484 BTC
Random Selection Loading Transactions
Max Size: 190.30/200 MB

Candidate Block

Mining Attempt 597bc9ee768162ed283b12842f73c5d54c4e434b48d4625cea5c6869f8e8c0eb
Version 20000000
Previous Block 000000000000000000010cf532a63a6441b67a3efb5df3eadda72118873c170e
Merkle Root 7608a9002bf81ae1977b54aaa6daa2f2aab97be008f9907abe4ed03962618577
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,971
Size: 1.00 vMB
Total Fees: 0.02460342 BTC
Feerates: 99.50 > 2.47 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,376 (18,913 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
896,463 896,463 00000000000000000000e9d1ea5f96cde403784a135d5b5b03b48572d6a0aa76 2,510 1.00/1.00 vMB 7
896,462 896,462 0000000000000000000258705d7087258920fcba1af024f911503a2379ff393f 3,265 1.00/1.00 vMB 17
896,461 896,461 00000000000000000000edb5832ad842804109d606607626f28de7f037013dc7 2,882 1.00/1.00 vMB 4
896,460 896,460 0000000000000000000120e56f07011a660f15cddba8d9bfd88aa79ce97450d1 3,609 1.00/1.00 vMB 10
896,459 896,459 0000000000000000000104f51830d82a3ec702cd1eea6559cc34533a32c269bf 3,383 1.00/1.00 vMB 35
896,458 896,458 00000000000000000000a47725763449638287470997e4e9c5efa51fb37753a1 3,498 1.00/1.00 vMB 19
896,457 896,457 000000000000000000013e40cf3ae6464f5f99d415d6a1fb31577841103df5d8 1,272 1.00/1.00 vMB 1
896,456 896,456 00000000000000000001eba27a1f0a7ecd2f9ce516e81769222f185897f0f9b0 1,389 1.00/1.00 vMB 4
896,455 896,455 00000000000000000001c6d56f8b1debb0323d75c2f9b9ee735aec47b70959d5 3,275 1.00/1.00 vMB 17
896,454 896,454 000000000000000000000bc78a8c3149c2aacfa99b5032f7a931db3fc4e3f17f 1,563 1.00/1.00 vMB 6
896,453 896,453 00000000000000000000813996223db737cd3a06e60851985f710e139677eada 3,292 1.00/1.00 vMB 11
896,452 896,452 0000000000000000000237123c3f3c859dd1822e2084bd535d4eb6fc9d7f5009 3,391 1.00/1.00 vMB 5
896,451 896,451 00000000000000000001718193347aec0db555d4d73c29b73fc411f2fbc2756e 2,771 1.00/1.00 vMB 13
896,450 896,450 00000000000000000000119020f2b1c3c8c60fa63f0a2ba6aa3652f689714764 2,519 1.00/1.00 vMB 2
896,449 896,449 000000000000000000010d855c35697449d4af78d81318c95a1161ef3e8088bd 2,575 1.00/1.00 vMB 6
896,448 896,448 000000000000000000003965e2f60598c3609784e33f2f4712890df6bf018f34 3,628 1.00/1.00 vMB 3
896,447 896,447 000000000000000000016c6f12faa8a6874231f4a196bb5b192dcb56ffc0fc2e 2,167 1.00/1.00 vMB 4
896,446 896,446 00000000000000000001d02238cda10fedabf2a06478dcfcda0919e88772500e 3,586 1.00/1.00 vMB 9
896,445 896,445 0000000000000000000148f7979b1e32a49f79612cb842b4cd3c8b6c61b3345e 3,206 1.00/1.00 vMB 15
896,444 896,444 00000000000000000001e6fe323321f126b6abed7d5cd44628d2d954e5af08b8 3,526 1.00/1.00 vMB 12
896,443 896,443 000000000000000000022696786a42a5f18482e83f999c40e4b3ae2ca2fa3409 3,606 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 783.04 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: 720.41 GB
    • Received: 18.16 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.