Loading Tool

Explorer IconExplorer

Memory Pool

80,508 transactions
30.17 vMB
0.09089815 BTC
Random Selection Loading Transactions
Max Size: 180.94/200 MB

Candidate Block

Mining Attempt 977e568c6175e86db761fbd08c7704ebd04619ff82da8b3abd7db286ebcbfadb
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root c221acbf4ace9fc3f64cd09eb9174cd8c9186d1ec7346d4086c624ab48eb611c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,103
Size: 1.00 vMB
Total Fees: 0.02915831 BTC
Feerates: 301.07 > 2.92 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (288,519 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
626,488 626,488 000000000000000000013c31b99419e137686f6b6aee4f24a9ab51b5acc9a047 1,120 1.00/1.00 vMB 10
626,487 626,487 0000000000000000000d9fb998d49da749029eee7c074f5c22428c63bfee1a5e 1,847 1.00/1.00 vMB 19
626,486 626,486 000000000000000000091f01f84c0d89830706308a59405b0650b40827249baf 2,904 1.00/1.00 vMB 21
626,485 626,485 0000000000000000000fedb2cad1b56a3370b73e5fb9d81d9e39d6e4e142818a 1,390 1.00/1.00 vMB 2
626,484 626,484 00000000000000000007c6f1769f9d9fa325ae9475968a9a780797eb733a83a4 2,582 1.00/1.00 vMB 14
626,483 626,483 000000000000000000121f814c8f7481c30f09ccfcdd987748a965863f6b2388 2,448 1.00/1.00 vMB 33
626,482 626,482 0000000000000000001306262a6d0ae4313d0d17a16b62e120f5c40832039f35 2,301 1.00/1.00 vMB 14
626,481 626,481 000000000000000000092d41727b4e482b246915a0e38a315e0487beaf2f1fed 2,249 1.00/1.00 vMB 26
626,480 626,480 00000000000000000001d8399667f501c7322d5711c35cf025ba99a95626cd14 1,511 1.00/1.00 vMB 10
626,479 626,479 000000000000000000023ffc9d01284942b17a66c40fd636e4e56b6db207565f 772 1.00/1.00 vMB 9
626,478 626,478 000000000000000000031db45ea9812563a00be6337e41c189ecd5de13872c2b 258 1.00/1.00 vMB 2
626,477 626,477 0000000000000000000e351381c5246ae82e257ce86f29698a0a8f04238a559a 2,451 1.00/1.00 vMB 14
626,476 626,476 000000000000000000019e0fb908c935df23dbd52b6d5b034e765634103f6752 1,469 1.00/1.00 vMB 4
626,475 626,475 0000000000000000000f7fa3456ceab4868c3df57ea3d7ec2ab587a02000abe6 1,081 1.00/1.00 vMB 5
626,474 626,474 00000000000000000000e273f57b565045e714fdbffaeea497762c2d5f4c106c 2,291 1.00/1.00 vMB 14
626,473 626,473 0000000000000000001263a5a98fb5f732bc5cbb3de807b8f7ab78f0c3ad0bda 2,998 1.00/1.00 vMB 25
626,472 626,472 0000000000000000000889c2e52ca5e1cecac60bce9a3754201a7a9a67791e90 1,487 1.00/1.00 vMB 10
626,471 626,471 000000000000000000106b8cb739dd3c412613aa5d459a739794ec2572a74c10 885 1.00/1.00 vMB 2
626,470 626,470 000000000000000000107f81dc1189b5cd0b1410a8676c8839d4926dbc7d6a28 2,352 0.99/1.00 vMB 17
626,469 626,469 000000000000000000031ec2b34a302100f579e30bdca983d5bc94aadc8e1e3e 2,734 1.00/1.00 vMB 19
626,468 626,468 0000000000000000000f493daffb542b26942f31e7b4e94ec0b6e454dd2056bd 2,239 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.41 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: 664.97 GB
    • Received: 15.07 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.