Loading Tool

Explorer IconExplorer

Memory Pool

31,237 transactions
13.43 vMB
0.08325072 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 77.64/200 MB

Candidate Block

Mining Attempt 92b60300f5d8368c35a3bef845812c4ca58f714cedc6380cec0dd6e7dab1ad62
Version 20000000
Previous Block 000000000000000000012f3380705eda1e12298a3750d2699d73c372d2d3d1b4
Merkle Root f1e404a2c9de08349aef6c18de3c5efcadae1031244033abb84ef8bf6569d66b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,817
Size: 0.997911 1.00 vMB
Total Fees: 0.05144043 BTC
Feerates: 203.60 > 5.15 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,729 (658,439 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
255,290 255,290 000000000000002441193f273574a1691a88f093dc766c10f5d16b764ae53a4a 162 0.08/1.00 vMB 75
255,289 255,289 00000000000000186e27448658280c2194d470d8e5a8b423d1f79df68591124b 188 0.07/1.00 vMB 125
255,288 255,288 000000000000003398b8d7a337cac583cebca1d76f262dfb1474d3d5c25c3399 715 0.27/1.00 vMB 135
255,287 255,287 000000000000000d8648492f09d6cd24a12d03bf311c36c5a537e43e2267c356 173 0.08/1.00 vMB 88
255,286 255,286 00000000000000333f602fd731b182ce9a8097b1fa9e068ff5dbfe3d8bfa5b31 424 0.18/1.00 vMB 98
255,285 255,285 000000000000003b9e6af5f2c65f790ce6017b29d70d890d914568fba216d169 55 0.02/1.00 vMB 94
255,284 255,284 0000000000000012971d8ed69860ed49ea9651a54f36514e413c873167a883ea 131 0.07/1.00 vMB 104
255,283 255,283 0000000000000010f5d178199d15929522f9135f85a0e1201b072ba99ea2a12a 204 0.08/1.00 vMB 148
255,282 255,282 00000000000000157dacad0133c62709c7c7e3f2751d45e6c0bf6760611047be 19 0.01/1.00 vMB 119
255,281 255,281 00000000000000264ba16411434a97633d6a5e9f3f5ac77ae6c53dbc00346875 95 0.04/1.00 vMB 117
255,280 255,280 000000000000003babb33387453b3d063c4b004fd8f18a603104c59d27b71dd5 19 0.01/1.00 vMB 55
255,279 255,279 00000000000000283a4750921b2aecc9bfc44aa348ab30555c820cc8c0563464 84 0.03/1.00 vMB 90
255,278 255,278 0000000000000007014c10c095df58b94b7a00dda066395d04f85d356450daad 12 0.01/1.00 vMB 27
255,277 255,277 00000000000000031fad404b11f4dda00bed37d27086144a7b7cb4575479a5eb 75 0.04/1.00 vMB 84
255,276 255,276 0000000000000037cb1b596a8b0167d06a02da9d0714851b114cac8dd7134cda 22 0.01/1.00 vMB 101
255,275 255,275 000000000000003fef61a4571b3ed2088d1340491ffa1b0c348ea1c8fae2827d 235 0.12/1.00 vMB 83
255,274 255,274 0000000000000020329f40435fed0b127e5f54f36d5ebc2a587d2e913bcb9676 40 0.02/1.00 vMB 93
255,273 255,273 00000000000000360d0a554907e8363a0fa0c29b1d3d170646592f424fea8dfc 35 0.01/1.00 vMB 104
255,272 255,272 000000000000003a22c35cfd9848accb97d83bb7efa41cfbfb19b7ea2895caf0 94 0.04/1.00 vMB 68
255,271 255,271 000000000000001cb516f72bef74791fadd368f0a945591ededf9420242755e0 32 0.02/1.00 vMB 110
255,270 255,270 0000000000000006b4802d27f51807bfdc27774c82c2745a6779269961f052bc 144 0.06/1.00 vMB 132
Previous 10 blocks ↓
Total Size: 780.15 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: 500.92 GB
    • Received: 3.76 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.