Loading Tool

Explorer IconExplorer

Memory Pool

79,013 transactions
29.59 vMB
0.07325696 BTC
Random Selection Loading Transactions
Max Size: 177.67/200 MB

Candidate Block

Mining Attempt a6da9de1d6fb0e15a1d19249f7080200572a45805a81c18c13ce98625769f590
Version 20000000
Previous Block 00000000000000000000a86620bedaadabef003d30be662b4766362f5afa4a4b
Merkle Root 79b64a81e8d1d0993381f16958ad550cebec2efc6f73996c89f32da2c31debe7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,414
Size: 1.00 vMB
Total Fees: 0.01314391 BTC
Feerates: 90.48 > 1.32 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,004 (300,282 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
614,722 614,722 0000000000000000000591ebd53cf2303579838834dde434114909c552a1dd14 2,873 1.00/1.00 vMB 13
614,721 614,721 0000000000000000000fd1c9131db299dcfd1ea91194b6d465b8d5f98a6ef0fd 845 0.26/1.00 vMB 11
614,720 614,720 00000000000000000003e68ac00c2d43c038b1c8fe904c2d1c08ae036b06b144 333 0.09/1.00 vMB 11
614,719 614,719 000000000000000000039193bff3af16640199823630888d7ccc2fae5e5c63e2 1,795 0.71/1.00 vMB 10
614,718 614,718 0000000000000000000049310db3c14f3936786ab13cc3fa82077d9dd1e6913f 259 0.16/1.00 vMB 2
614,717 614,717 0000000000000000000e4537875dcdbd87c1c1f4cb42ec42fb2366e8014165ff 2,881 1.00/1.00 vMB 15
614,716 614,716 00000000000000000005bd5a713b12ea4b1dabd7a0eb89c31a346dec2d5f3e4c 165 0.04/1.00 vMB 6
614,715 614,715 0000000000000000000f43ec84203003403ab9d77e07a83a8a8c6dcf44662faa 2,092 0.63/1.00 vMB 5
614,714 614,714 0000000000000000000bfded3d6abfa9295957aa8b4dcb19d8805316fa18ed25 2,585 1.00/1.00 vMB 19
614,713 614,713 0000000000000000000e1d6bed7b768e5da9fbb495c7ed5b9dabf3197f4fd5b6 3,068 1.00/1.00 vMB 14
614,712 614,712 0000000000000000000ea2aeffbfc7dd845d5cc70aa2fe4bed49e073745b444f 2,649 0.92/1.00 vMB 11
614,711 614,711 00000000000000000006a68c5ff7e932bdf96c37e2c56f2b1e8cbba2d4d52815 1,929 0.68/1.00 vMB 7
614,710 614,710 0000000000000000000dcb19e6dd9ee9f5c3d479e33e84b8ba4662a9253c253d 2,959 1.00/1.00 vMB 13
614,709 614,709 000000000000000000097d5a6ad990a4ca50e1cf8b80352044d4368a96b298ce 2,262 0.89/1.00 vMB 3
614,708 614,708 00000000000000000000d7096d66c1c5885f2ff78d4cb7ba2c3a923f69864d8a 3,111 1.00/1.00 vMB 18
614,707 614,707 0000000000000000000cacbd4a5c771656d380cc54c19859dd5deaa0461171f5 600 0.36/1.00 vMB 16
614,706 614,706 000000000000000000038d5aeaed743a79e759935953d5fa730b0d6ec710366c 3,036 0.97/1.00 vMB 11
614,705 614,705 00000000000000000007d73af7d68f5ed554628ae55b935516cc09583443486b 2,347 0.72/1.00 vMB 14
614,704 614,704 000000000000000000109142508ee134bbb296c3a40801324b4f08eb3b12e1a9 3,064 1.00/1.00 vMB 10
614,703 614,703 0000000000000000000fe475aa33bfe4c29476bd2c89b99b96d5b5a227779403 693 0.40/1.00 vMB 5
614,702 614,702 0000000000000000000f57fda7cb6270b0239484a2a3ffeeae79f38462e21c20 1,734 0.45/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.40 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.70 GB
    • Received: 15.03 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.