Loading Tool

Explorer IconExplorer

Memory Pool

40,310 transactions
17.76 vMB
0.15185601 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 98.06/200 MB

Candidate Block

Mining Attempt b218e9b045f116aeaa0f7ef13f3af4d222a5674c0b77bef0ac1c89de34f110d8
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root f7044ca16133ebdd02e2dad82c227d106988c7aafc12ed3c16ce71468d63cbb8
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,321
Size: 1.00 vMB
Total Fees: 0.04424070 BTC
Median Feerate: 4.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (689,788 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
223,533 223,533 00000000000001c1a7d1f5306840d0da92141d440a6298f7ddc1ec1a8823496b 267 0.15 vMB 174
223,532 223,532 00000000000000f4b45b90370022313be6a312effbc011e6bded323d25cbb82e 62 0.02 vMB 35
223,531 223,531 000000000000008b01d1c7732497c15b25758f35970f46966f2ca292df316bf8 183 0.07 vMB 199
223,530 223,530 0000000000000455576b374242c7386e5ee690f55ced4f34bbfb71c94122d419 586 0.26 vMB 189
223,529 223,529 000000000000018f71abb8908d965aab956ee138c0ccfe17134bc3ba718c248b 128 0.06 vMB 68
223,528 223,528 00000000000002a09955b7372d90bb90883f8dfaddc4a9ed68d4fff76b215b8f 433 0.18 vMB 214
223,527 223,527 0000000000000053e954200e4a2bbb409e172bcfabe302824c0c513a3b1589ed 105 0.05 vMB 167
223,526 223,526 00000000000002a1ac76b9954dfec7378d411e3b21690a1809c2307fb254f0b0 524 0.25 vMB 199
223,525 223,525 0000000000000473f3f9afcae31994b3d13d15c242825f1e1045e05ad706aef9 530 0.20 vMB 229
223,524 223,524 0000000000000413a2fad5caf855d672f57b29577ef16e2d1f336d4da582b4b1 277 0.12 vMB 171
223,523 223,523 000000000000049560f78f544742806855582c3f6caf8f2935dc95151425a31a 128 0.06 vMB 136
223,522 223,522 0000000000000381dc9882c9e4ee98c9158efe44f2ba24dc25e90709daccd351 480 0.21 vMB 203
223,521 223,521 00000000000002901b7e9e60bf00b9321edb43dab58ae9df9254109b9b216f41 18 0.01 vMB 47
223,520 223,520 00000000000000006e96146ccc2ccfe504b057cd2cfec04e507832fe470e6f12 337 0.17 vMB 195
223,519 223,519 00000000000002a15e5218063df93501323c7db64623c4cadb01923be631bbc8 407 0.30 vMB 48
223,518 223,518 00000000000000d65aed0018084b5f0911737fc4a7834b84c5b3b654380e8066 61 0.02 vMB 182
223,517 223,517 00000000000003c3ca46bef68c89a530cf646f892b48bfdc39a7fe60b8fbddca 290 0.13 vMB 176
223,516 223,516 000000000000012c4d04681a2416968351e1effd39f25566927138f8e9e74cad 267 0.13 vMB 190
223,515 223,515 000000000000044fcadf946786a3fbcd41fca4a1fb751e0b0b418bafe0217ba4 431 0.18 vMB 179
223,514 223,514 00000000000002e9047a252c9229223f49ce26d21d4d91e57041cf9da0f3283f 170 0.06 vMB 196
223,513 223,513 000000000000017cdce1dfec65e42b2058ee21cc32f7950270d4b7291c580ab0 475 0.25 vMB 160
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

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