Loading Tool

Explorer IconExplorer

Memory Pool

26,611 transactions
6.41 vMB
0.05359457 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 44.71/200 MB

Candidate Block

Mining Attempt 3dd6ca6e48cd541f2f70a25d774ca78354645ef287073d7d0aeff9a6778e9dee
Version 20000000
Previous Block 000000000000000000001aa7bc4ab8781ec75b9e95d975417f0fcc9048b6305e
Merkle Root d488f06bb118491e180d97be9b9da95bbcd151ad900b2a965b04cad8765c2031
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,723
Size: 1.00 vMB
Total Fees: 0.03720737 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,233 (694,062 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
219,171 219,171 00000000000002e1382c7df082a078628e4c63a70fda80ffed4f519d1039ab07 213 0.16 vMB 102
219,170 219,170 0000000000000446602d367264b82279e9623053fcd65c9c25b4ede7434dbb9a 786 0.25 vMB 194
219,169 219,169 000000000000056415576b1382373ae557ee460cf9f7b5d887e39c1a229a10b9 695 0.31 vMB 232
219,168 219,168 00000000000000e528bd9428b1547aa9892fbabbfad20f36b598a32e975bc8ee 773 0.34 vMB 159
219,167 219,167 00000000000001258c9833a2128fd1f6a3a1f6079558014172f985b3b0cfe1e8 416 0.19 vMB 159
219,166 219,166 000000000000050080c9be4e56b432b9905d150925d7b9969f62f5239022eb16 512 0.23 vMB 199
219,165 219,165 000000000000005ee2d8c924e6909d5be86f000d20d9b3f138d8a7256f1821dc 409 0.24 vMB 126
219,164 219,164 000000000000052f33df39edcaa608e986e2f3eccc0b48904975b409a933b37e 845 0.25 vMB 273
219,163 219,163 000000000000055f92cce70995485c329b0078a2c314759eb939ead2eb5b46d7 444 0.17 vMB 258
219,162 219,162 00000000000003998793a3dc1232aff5806073926d8b9b01fc35389e28d89629 191 0.08 vMB 141
219,161 219,161 000000000000055872c6c6e4e085fe97769b16d9bb0651a2c22b791ccaf31d39 284 0.13 vMB 197
219,160 219,160 000000000000050e27568e929e590b3f35324457deb1496e7e79da41bb0499b9 293 0.11 vMB 404
219,159 219,159 00000000000004ba696a01b562bc89b73c2f153d8fe376cc392c03893f0f3309 44 0.02 vMB 75
219,158 219,158 0000000000000427d22f47cb6b35f6212e383cb4887ef8f3661beabefa029c04 119 0.06 vMB 160
219,157 219,157 000000000000045b116ad691df8ad63917018bc9bf471fd84de47c69be8662f3 169 0.10 vMB 174
219,156 219,156 00000000000003a3fcdca9f0333ea7a46f37aa28ab8b41e535e8320818391238 315 0.14 vMB 159
219,155 219,155 00000000000002f217449daafaa14881d3a2d8984958e030a563ff96c1823108 1 0.00 vMB 0
219,154 219,154 0000000000000447fa34834b37dfbbc83d766891ff57480e1899495ebd38c125 566 0.26 vMB 221
219,153 219,153 0000000000000226e71ef19cf4126dcb7d33e76d9bcfad4b7dfd7f2859982706 316 0.16 vMB 152
219,152 219,152 00000000000000cbbee4058b84987054af718cfe2f924db41d0f3eb48612d832 162 0.08 vMB 71
219,151 219,151 0000000000000293b092b555874d85b9affb064609bb1bb9bc3afc2a4bb1ffa4 446 0.33 vMB 151
Previous 10 blocks ↓
Total Size: 779.26 GB

Node Details:

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