Loading Tool

Explorer IconExplorer

Memory Pool

31,334 transactions
17.44 vMB
0.05462888 BTC
Random Selection Loading Transactions
Max Size: 93.97/200 MB

Candidate Block

Mining Attempt ce70f459700470f825129b25c3e2ea1f41a65b6472262e1ca224096482d9fe0f
Version 20000000
Previous Block 00000000000000000001ef74dfae70b7f5106732354c17fa5d73161353fed594
Merkle Root 27464b5a6f57615558b49192cf9eafef9c7be7edd7d825684a7880f68d927e07
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,004
Size: 1.00 vMB
Total Fees: 0.02148427 BTC
Feerates: 301.57 > 2.15 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,166 (819,611 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
94,555 94,555 0000000000060fc6b3393b988deb90b0ba8f68d632b0380a3e0b8932f6bb29a1 2 0.00/1.00 vMB 0
94,554 94,554 0000000000056e81d676ed927c53a780ee877cec3853a63b5154e68765bc746d 1 0.00/1.00 vMB 0
94,553 94,553 0000000000079eb73828d5ab64f1759abb5c187fd89b7d0a33d1f143510ff770 2 0.00/1.00 vMB 0
94,552 94,552 00000000000303ce6329c934d179676daeab94f08fdba18028b0ae021d969c6e 1 0.00/1.00 vMB 0
94,551 94,551 0000000000009f3e5c98c9b1cff3f3982a48ca9632dbbf84610ff06e836e7342 1 0.00/1.00 vMB 0
94,550 94,550 000000000006ca110009648ff50f10a4b4f9125b57bfec572c5798c96af7e37e 5 0.00/1.00 vMB 0
94,549 94,549 0000000000063898bf54c22322b513cf4fb40edd2690833ae1e9c1016161162a 8 0.00/1.00 vMB 0
94,548 94,548 0000000000013660436531b17d6970b8f1953dbee5b94df5a0e1b5d369c3f4fb 1 0.00/1.00 vMB 0
94,547 94,547 000000000006cfac62cd7330d098bd0661ed8183750b2560303e1165fb977246 1 0.00/1.00 vMB 0
94,546 94,546 000000000002180e5d48abf0f816a612f376afef3479c130d6da96c39fd207e4 2 0.00/1.00 vMB 3,861
94,545 94,545 0000000000057996fe73c35617198f730f8a8f572f62ab5c79b8dfa4b323b12b 1 0.00/1.00 vMB 0
94,544 94,544 0000000000002f3ce1b13a206ad23a56ec7b2f442d16141a22f7d193dcd8f2ca 3 0.00/1.00 vMB 0
94,543 94,543 00000000000262afa32bd2139a93e50ac0d94111324315c401497d0955df3e0b 2 0.00/1.00 vMB 5,208
94,542 94,542 000000000003f570fa6ae83f1499ea9eaabce64ba586a352b49bb89176f2c1cf 1 0.00/1.00 vMB 0
94,541 94,541 0000000000027db1778f1bc1c6c754540bb0b2972320b511baec0b304a36c546 4 0.00/1.00 vMB 0
94,540 94,540 0000000000097440a852a31da7f7c5e0d609f3594d4b9b465915733da3d34d40 2 0.00/1.00 vMB 0
94,539 94,539 0000000000034b64d238bbf942aca6fd63048a49ab6ae2fa8c815ea7c38e1850 2 0.00/1.00 vMB 0
94,538 94,538 0000000000052cf86806efa4ee4a7d079ef0d1c880c602ab8c15b0eea8954961 1 0.00/1.00 vMB 0
94,537 94,537 000000000001b9a2cd7466e1876f9e465d3212714d97a41e76e6350d4dd5cb3e 1 0.00/1.00 vMB 0
94,536 94,536 0000000000066d904d334bf10bd53a9b5e366035e2aeaaa0c351e48532717ebf 1 0.00/1.00 vMB 0
94,535 94,535 0000000000081e907f71228a570485566c8d63eb60d991dc74b86ed483b7eb95 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.89 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 567.11 GB
    • Received: 7.68 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.