Loading Tool

Explorer IconExplorer

Memory Pool

32,584 transactions
26.83 vMB
0.10516214 BTC
Random Selection Loading Transactions
Max Size: 134.25/200 MB

Candidate Block

Mining Attempt e1fc80f44c57a288491d08bd354c096545af01a2bd085a20edf95607b07bfa31
Version 20000000
Previous Block 0000000000000000000088eb0f120f975e57ee7b05837846c83d2c87324a46fd
Merkle Root 8b74093f1986cee71edac64ef256b2d362a61b1b66455f7e94bbd33b3c2c4453
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,088
Size: 1.00 vMB
Total Fees: 0.04769520 BTC
Feerates: 502.67 > 4.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,242 (546,902 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
367,340 367,340 00000000000000000c435e8825e82c1c89a4a17e5d6e8f042e9c0997986822f2 2,386 1.00/1.00 vMB 50
367,339 367,339 00000000000000000863788c8a8aa59f2f91cb3d45b1c03218505be216b789b0 1,884 1.00/1.00 vMB 37
367,338 367,338 00000000000000000e5a13e0a53f3db9b7ab15cc84b090049a33c84b6dc5a25c 111 0.06/1.00 vMB 28
367,337 367,337 0000000000000000077e98f5b2e8167d1ff1a425299863b2d0c08dfaecd43ffe 1,006 0.61/1.00 vMB 29
367,336 367,336 0000000000000000069a285456c4905058fdc7f96d973e70bc5b198c05148680 1,496 0.75/1.00 vMB 43
367,335 367,335 000000000000000007cd7fd047f670f2bd25aa1951382d9fe5d1f1c51d3e9093 654 0.38/1.00 vMB 38
367,334 367,334 000000000000000009854c9a798ec1ae9fe46c3f4fdb1fd996653f5243a9306c 234 0.14/1.00 vMB 39
367,333 367,333 000000000000000002def4cecd8fec0c1649e3805c6a8efdf8dbbb747af748b0 1,370 0.71/1.00 vMB 36
367,332 367,332 00000000000000000e65b4284b7431a02685de193672a0200acb4badc2ad1780 333 0.64/1.00 vMB 13
367,331 367,331 000000000000000013a3ed08b3cb5d5ffcbdb2505393aa9f4c02ac100dccde1f 1,615 0.75/1.00 vMB 41
367,330 367,330 00000000000000000b76234ba279b9b9cfc7937bdd731dc74d4e030d5f3c59f5 936 0.51/1.00 vMB 36
367,329 367,329 0000000000000000059d904a707a45ea3c534a108efbb081f14778b7177973b1 1 0.00/1.00 vMB 0
367,328 367,328 000000000000000010a4c916024d004d9d9d9f195fee6d6efbac91bc02f1ad23 1,158 0.64/1.00 vMB 36
367,327 367,327 00000000000000000f80fa7ec13940cb74ed5f08410059337d917fcd320f4be3 443 0.29/1.00 vMB 30
367,326 367,326 000000000000000008b357797eaef37880585204fd5787e1927e9ced1ac6d07a 45 0.05/1.00 vMB 64
367,325 367,325 00000000000000000c87018837d8c42d68de9ada7fa91458b14eb7f45c94a430 457 0.32/1.00 vMB 35
367,324 367,324 0000000000000000138a6120fc6fa62ed0706d1453bc8d5919017e8fec2de004 1 0.00/1.00 vMB 0
367,323 367,323 000000000000000006671bdf55cfc24832d0b28b5d7c2c0eb6e70e279b42a6a3 937 0.58/1.00 vMB 33
367,322 367,322 00000000000000000cf9aad91c8c089f0d1051bf0cb82344f6d6eacea0da6772 1 0.00/1.00 vMB 0
367,321 367,321 00000000000000000e7d0ebd6a683ba3036c3ec1fb345b1daac974ee35acfb59 1,337 0.93/1.00 vMB 27
367,320 367,320 00000000000000000557cb5f6fc9883e39b3055a4d22c602feab4e267ec432e4 1,601 0.95/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 781.02 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: 576.41 GB
    • Received: 8.44 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.