Loading Tool

Explorer IconExplorer

Memory Pool

4,833 transactions
2.65 vMB
0.00430539 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 14.30/200 MB

Candidate Block

Mining Attempt 9912f8735aed3590ca4189a346bf2a4a69e6e1b98da8e0fe848d070df1510a5a
Version 20000000
Previous Block 00000000000000000001b67798186fbd364bf763732500b2ef7a83846f967d23
Merkle Root e1135d4aa4a34439c2932850fbfc27c94907b69f00f6124cac083010c5baafb3
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,394
Size: 1.00 vMB
Total Fees: 0.00254728 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,496 (711,230 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
202,266 202,266 000000000000024d62c7fd42cd69014bbf3a260dbbbea15b6a1d3a9e0a78565b 335 0.17 vMB 350
202,265 202,265 00000000000004e866f33607985f0335ca6c02b133c4936d17b2736f118ee432 27 0.01 vMB 151
202,264 202,264 0000000000000485d24829451bfbb833145c263946bf3b0b766c324d5ca88806 336 0.14 vMB 121
202,263 202,263 0000000000000570d9c945e50a123e2b75d879486350a106bf64e9292850a08a 587 0.42 vMB 220
202,262 202,262 000000000000051994663f27b0a7c3af90d3693b9e56aacadcebecf2d308962c 11 0.00 vMB 318
202,261 202,261 0000000000000208d46a775bc349d912061caf2788a926c83f8cf1eba1079cbf 791 0.25 vMB 185
202,260 202,260 0000000000000334c8f14fed274374990a66efb355f00fe4a742d3105637f826 138 0.05 vMB 224
202,259 202,259 000000000000029d31c2903006f10d9edaba48ec2dbd44d5851fc6fb8587970c 139 0.07 vMB 100
202,258 202,258 000000000000042c25310c99cd5a3bf36dede1f8bbda71be3bf02e0d70df50e2 664 0.34 vMB 115
202,257 202,257 00000000000003dc275e4bfd6b18db351c21957dcbeb28f3df9137a796ed224b 107 0.05 vMB 129
202,256 202,256 000000000000042a3c1e00aeb24fb9e7ad2e8e613c9b686d9018849a05cdbce0 123 0.05 vMB 106
202,255 202,255 00000000000000045d083532fecb535a95a722406f46667717b1a9822fbf1484 649 0.25 vMB 229
202,254 202,254 00000000000000d9a97295c53f5745f51ac1587a468fc839a28fddc1aee7ea09 538 0.42 vMB 109
202,253 202,253 00000000000003e62e267f131c8f97e23e3c5398c8038771e3968d246c26badb 8 0.00 vMB 29
202,252 202,252 0000000000000104bdebd6e245df3c67d00c89b6ab0fbef56c1adcd537deb08a 250 0.08 vMB 1,283
202,251 202,251 00000000000001fbf836851091d13abfe7bdb0de4577168cf15298a2ab09fcae 743 0.25 vMB 190
202,250 202,250 00000000000004bfccb542e9834e04fd1e25627aa074ced81c1cc92a34cb9773 127 0.05 vMB 262
202,249 202,249 00000000000003afd5c211a316f511084137bd53c686474f930c0f53008281e5 374 0.25 vMB 144
202,248 202,248 00000000000000555c0e6efedb7f9952446ac860203c4295d8e1cb2a017677e0 870 0.25 vMB 262
202,247 202,247 00000000000001a7597bf308d9ea22ff64a87ed8a071235246547a2817dd7d4a 964 0.44 vMB 144
202,246 202,246 00000000000004d41fa00436e6fd8c210c7ad35d5405b9511d50d6818974775a 11 0.00 vMB 198
Previous 10 blocks ↓
Total Size: 779.73 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: 365.78 GB
    • Received: 1.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.