Loading Tool

Explorer IconExplorer

Memory Pool

81,046 transactions
30.28 vMB
0.07606523 BTC
Random Selection Loading Transactions
Max Size: 185.77/200 MB

Candidate Block

Mining Attempt e4916d396edf5791964ec98b3c6c5f7592890f2a22d6fcd560173463905b5ad4
Version 20000000
Previous Block 00000000000000000001bfe8515d732b65f9547b0b4d60ed4387c4bfdc0108bd
Merkle Root 2da8fec72d30a09c8f6e8514e4427c99549da9d20ed1121f7c97b930ca6c6422
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,868
Size: 1.00 vMB
Total Fees: 0.00869213 BTC
Feerates: 151.12 > 0.87 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,338 (491,391 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
423,947 423,947 0000000000000000021697f6f001c5d3c25a0bd094e49d2d98236d67580fb51d 1,067 0.48/1.00 vMB 61
423,946 423,946 0000000000000000011f85046532214d59ebabd7c2c2a72a638a88f264a5dddf 143 0.07/1.00 vMB 71
423,945 423,945 0000000000000000005b5eb2cd21b557fe96b4addce67b0db55c8c0fd3bf3eef 460 0.20/1.00 vMB 68
423,944 423,944 000000000000000003fc4dacbf2aa274f5a11bb9390d42591e55e5d7785b4af4 357 0.24/1.00 vMB 26
423,943 423,943 00000000000000000098733559255d066f688ed70c70471f99cc7e414bd5de07 27 0.03/1.00 vMB 19
423,942 423,942 0000000000000000005b3e52b4b2834b88908504e18a62e27a3a5b9f21b81c9d 1,212 0.98/1.00 vMB 43
423,941 423,941 0000000000000000036a30a0979408a1826f651262a81f5a271f49401647290a 2,301 1.00/1.00 vMB 65
423,940 423,940 0000000000000000039de940cf79abb15cf2694ea62d58a26d70e79c50c6ab0b 1,494 0.77/1.00 vMB 60
423,939 423,939 0000000000000000037bc0e03745daadac0a2fb5490d60b17b0f6fd6e55e10bc 1,278 0.59/1.00 vMB 76
423,938 423,938 000000000000000000dfdf1b5f5f5b1fc541a565e06b3e54cd68cbb652ecf012 1,060 0.42/1.00 vMB 78
423,937 423,937 000000000000000001d7f944d7d367b514bff70f09f57140c7f3660db84dccef 319 1.00/1.00 vMB 8
423,936 423,936 000000000000000003190664f4053b120facbfd9b5d842fda25e084b7a6bead7 1,318 0.56/1.00 vMB 68
423,935 423,935 000000000000000001a97294d2a9b4f737923c959c25e411d73da1324661747a 987 0.99/1.00 vMB 29
423,934 423,934 00000000000000000066e02d77d96f495953f35899998c0a3bc16a877a07e0a6 762 0.32/1.00 vMB 78
423,933 423,933 0000000000000000032a88007e0dec4668b37604178074e4742bb49558a08643 857 0.99/1.00 vMB 29
423,932 423,932 0000000000000000040de9e570d7ab0428576c9862d3fd6b41e77658d3e656ad 1,040 0.90/1.00 vMB 34
423,931 423,931 000000000000000000fd81125bcff8fcb9293d2ba810e9db5391c3386f283cb8 2,651 1.00/1.00 vMB 90
423,930 423,930 000000000000000001bd290c544a552d4cbdfade7ee69bff1f520b595afd767a 1,344 0.80/1.00 vMB 44
423,929 423,929 00000000000000000333d18c2debc4cd777b340f374fb69ac22bc6460da1aedf 2,092 1.00/1.00 vMB 67
423,928 423,928 000000000000000000c92cb5d087ff3f7c1dbd61ec1b95de49b62dd0811e31f8 1,951 0.93/1.00 vMB 40
423,927 423,927 0000000000000000002bc2dbbd5528085535798768ed6b4103886327f075a722 2,738 1.00/1.00 vMB 115
Previous 10 blocks ↓
Total Size: 782.98 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: 716.22 GB
    • Received: 17.79 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.