Loading Tool

Explorer IconExplorer

Memory Pool

76,927 transactions
28.71 vMB
0.07604780 BTC
Random Selection Loading Transactions
Max Size: 173.72/200 MB

Candidate Block

Mining Attempt 26efb3fff34ab40d79c87dfe6ee50959ef66a5ffba6a6c05481d03b01e390d7c
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root f9d7fc547e0bcef603bbe45de84b990bd23b50e824cdd7509663bf738b54e5c2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,984
Size: 1.00 vMB
Total Fees: 0.01642970 BTC
Feerates: 150.93 > 1.65 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (257,499 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
657,659 657,659 00000000000000000001d9c4789c1b993b45eb0d73f2f975cb518f1d682296e9 2,927 1.00/1.00 vMB 73
657,658 657,658 0000000000000000000f60e93161a00354e33a78423e17a3b87c86c620a8ec5c 1,619 1.00/1.00 vMB 81
657,657 657,657 0000000000000000000c9bf64929578aeff2e31c0fe669d1280dd175642e11f4 2,469 1.00/1.00 vMB 89
657,656 657,656 0000000000000000000e7a3351a363da3ce2c4000216df14ad5f235cc72e4760 1,171 1.00/1.00 vMB 110
657,655 657,655 00000000000000000006ce29decbb5a0d6006777bd6406b7ddaeb68137bc5252 717 1.00/1.00 vMB 81
657,654 657,654 0000000000000000000662f1e5810c582e2ade824327ad7616cec5d724f44679 1,366 1.00/1.00 vMB 89
657,653 657,653 0000000000000000000bd5ac743507229e57b7fa6697e451837e80945aa8972f 2,760 1.00/1.00 vMB 18
657,652 657,652 0000000000000000000084831951d3f5dbfbd3d898cdf4e128d770c9922959ce 2,369 1.00/1.00 vMB 31
657,651 657,651 0000000000000000000414132ffe2e59c40ded7785b5dc75c56ce142f3dfe9fb 2,322 1.00/1.00 vMB 64
657,650 657,650 00000000000000000005255ec01ccf17af246ade70a12a63bb3ee7d06e6a9a3d 1,661 1.00/1.00 vMB 57
657,649 657,649 0000000000000000000ae3d84c1544c0cf64b0a787be7ac2a7e90b8ba1e53e98 2,454 1.00/1.00 vMB 102
657,648 657,648 0000000000000000000086fe5e16d26c6b956d56d581e478a4ca5ddd43cac975 2,714 1.00/1.00 vMB 36
657,647 657,647 0000000000000000000c585826d996036ea0495c0960f312b88cb251627b73fe 2,283 1.00/1.00 vMB 68
657,646 657,646 0000000000000000000721866bbfacd41a3fb7c463e03aa815f482f4db9d7911 2,833 1.00/1.00 vMB 118
657,645 657,645 00000000000000000002af1356cfd5b5237fc3547e3e6f01b18a19d3807a6e60 2,430 1.00/1.00 vMB 33
657,644 657,644 00000000000000000000966a5ed91b50c7436e13fb5143fe563716b5aa9d765b 1,728 1.00/1.00 vMB 71
657,643 657,643 0000000000000000000e1a08d40d4c26622163af05a5991eaa9a9e0ece4cf3bb 2,813 1.00/1.00 vMB 62
657,642 657,642 000000000000000000060a0c2bc8a1bdac97cbad35e827ad65a35154b2c93b0d 3,026 1.00/1.00 vMB 112
657,641 657,641 0000000000000000000f618c4466d35638b571f1482ab3bfabd32ab89f77956c 2,115 1.00/1.00 vMB 20
657,640 657,640 000000000000000000083e25320d804930371c79f280441ff0755d66a8bdd2ca 2,417 1.00/1.00 vMB 30
657,639 657,639 00000000000000000003fe2ecc5e664c0e501f71c150e310b5f55747831be014 2,110 1.00/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.67 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: 673.11 GB
    • Received: 16.39 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.