Loading Tool

Explorer IconExplorer

Memory Pool

45,355 transactions
27.86 vMB
0.09204735 BTC
Random Selection Loading Transactions
Max Size: 145.53/200 MB

Candidate Block

Mining Attempt 553b4125992511f9ed0383a550d5a5dbfeadbf3e75bc02b92b003025622f2e30
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root 86601848c670ae7f25dc247eae427cedd8e7b2bce1c4947741b70a3c67c2ab5f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,680
Size: 1.00 vMB
Total Fees: 0.03392641 BTC
Feerates: 150.77 > 3.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (122,609 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
792,276 792,276 0000000000000000000164d3eea6226b94b29242b1c80eae3d68fb1e95fb4078 3,305 1.00/1.00 vMB 67
792,275 792,275 00000000000000000003040c6b9e25c95cdd22cdb18438b77c8d7e3e44601f7f 3,011 1.00/1.00 vMB 66
792,274 792,274 0000000000000000000262416c28d6e9f60f7dccd2ea0b9e66f63ad628c46a34 3,615 1.00/1.00 vMB 47
792,273 792,273 00000000000000000002473a17128975769a79b1d7b05c5983db034dc936f4dd 2,672 1.00/1.00 vMB 73
792,272 792,272 000000000000000000026c34ebc3a308639a8b785b2b98ae4854bc97692dd9f2 3,079 1.00/1.00 vMB 56
792,271 792,271 00000000000000000004a8411b2fd6753568fbac38ca47ef7cab03b0e3f7451a 3,827 1.00/1.00 vMB 61
792,270 792,270 0000000000000000000259c3ede77e58be2d6cd4425b3a679bed2ad0617eb491 3,831 1.00/1.00 vMB 66
792,269 792,269 000000000000000000038e57957752aaabc41702f5ca513798efe19dcdab4327 3,112 1.00/1.00 vMB 92
792,268 792,268 000000000000000000030eefb9192d217aa4fb04c49888b2afe853fe3c6e52b0 3,730 1.00/1.00 vMB 34
792,267 792,267 00000000000000000004c3533aff72df01a7010dcb7ef085ef5f9adb8e34d1b0 3,182 1.00/1.00 vMB 40
792,266 792,266 00000000000000000003c3de14d9d700be9034ba4baffb2e9d995e65a37dd6c3 2,961 1.00/1.00 vMB 50
792,265 792,265 000000000000000000038b40a9075b1cb9e53afcee60caeb016895444756af54 3,532 1.00/1.00 vMB 52
792,264 792,264 0000000000000000000345fd4e8cea4f5a13355140835308ccb65451f06bd72b 3,278 1.00/1.00 vMB 66
792,263 792,263 00000000000000000003f09fb0e79b2e07941b7aef0c1552947d888752f8a470 3,171 1.00/1.00 vMB 62
792,262 792,262 00000000000000000001304f1ee2b67ecbf897d246a9cf1b9dc2df08b0ec06ee 3,959 1.00/1.00 vMB 60
792,261 792,261 000000000000000000020f3db9ef229bb0581e13403980886e6ad5113cf1f53c 3,129 1.00/1.00 vMB 67
792,260 792,260 0000000000000000000547340cb297c6e03164ce36d6ba03412653ebc55150a3 2,489 1.00/1.00 vMB 73
792,259 792,259 00000000000000000003e648e5538b201c075402c8c57831713ac7951449b344 3,613 1.00/1.00 vMB 66
792,258 792,258 00000000000000000004d5387e930f37e2c56aaaa2ff1e67722d41593e4ccc05 3,119 1.00/1.00 vMB 28
792,257 792,257 00000000000000000000b1125034f2f46d54070baaa7e2514aa078d367735c96 3,319 1.00/1.00 vMB 46
792,256 792,256 0000000000000000000581c4def40a6523847d7e1791250ed0004892af2d609e 3,806 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 782.18 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: 653.67 GB
    • Received: 14.00 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.