Loading Tool

Explorer IconExplorer

Memory Pool

87,032 transactions
32.36 vMB
0.23384370 BTC
Random Selection Loading Transactions
Max Size: 193.39/200 MB

Candidate Block

Mining Attempt 26eecb4ef094e66807ddfa7705bed52d876e7afc0fd4aecc6a3ec3a8f36e3283
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 79b54c09fc87901d390b325148ae23780ed4aaa0edcca2eae3a99e1b24060f41
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,255
Size: 1.00 vMB
Total Fees: 0.10368266 BTC
Feerates: 529.10 > 10.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (440,593 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
474,554 474,554 000000000000000000b8764a022762072a2918c3600a0d33fa03e4997ad810d9 2,309 1.00/1.00 vMB 179
474,553 474,553 000000000000000000712bb1d94ad7aa1e8e4ae76180993323b36e16b678f96a 2,015 1.00/1.00 vMB 290
474,552 474,552 000000000000000000c666804af1e4d746516aa527111b5438d99dff66917ada 1,921 1.00/1.00 vMB 268
474,551 474,551 0000000000000000003aecf72eb1bcc640c4d909c3ae9fff5aa8e2e8ff28f4d4 1,981 1.00/1.00 vMB 164
474,550 474,550 00000000000000000097c7f398832f8c2e9ad3c0901a525c5092c8fdc4478287 2,297 1.00/1.00 vMB 189
474,549 474,549 0000000000000000004faf886f57e812d23d3a28f2eaf00b8c10ca94efef55c4 2,074 1.00/1.00 vMB 253
474,548 474,548 000000000000000000af5e871a23f9497955f093cad79e879ec5baa496eea529 2,316 1.00/1.00 vMB 237
474,547 474,547 000000000000000000d4b51e2d62b49b54b4e06983391f51d118ac48befdeb74 2,327 1.00/1.00 vMB 288
474,546 474,546 0000000000000000011521a32e154cb7fb4bb1ac7c31ce1d3b7bf6c5d60b973b 1,980 1.00/1.00 vMB 298
474,545 474,545 000000000000000000c2db45fb4f910bf222303512021e3ca9db4ee5c6656f98 1,833 1.00/1.00 vMB 306
474,544 474,544 000000000000000000f79338e40c4d150c39c508d006bfc35b6059679ffeaf06 2,624 1.00/1.00 vMB 369
474,543 474,543 0000000000000000015319ff4061e87ced412a8250aed5932a519f5857df246d 2,181 1.00/1.00 vMB 374
474,542 474,542 0000000000000000015c4484a7733da916125a2c72e43213922cceaac3d6fc81 2,160 1.00/1.00 vMB 359
474,541 474,541 0000000000000000001d6055e4a51415bbd8929570aefd75c554810964585734 1,217 1.00/1.00 vMB 133
474,540 474,540 000000000000000000927b0d43bd7652575ef526fd4fb906e4e5f318713ea78f 2,081 1.00/1.00 vMB 214
474,539 474,539 0000000000000000000a630b51f60658031225ae042402764f0d874b3399c875 2,307 1.00/1.00 vMB 55
474,538 474,538 0000000000000000002cf892b174ce408df7625aafb5f62edfb6c20493de4a26 2,152 1.00/1.00 vMB 193
474,537 474,537 00000000000000000094e581125146cd5433ef03906b6e38b34fdb022db81245 2,243 0.99/1.00 vMB 139
474,536 474,536 0000000000000000011647142f5b12192e04bf4873f2bb538a4771d384d80b6e 1,657 1.00/1.00 vMB 172
474,535 474,535 0000000000000000015897099d9be0006dfa4899ffc70a0189796afeffcefb66 1,291 1.00/1.00 vMB 318
474,534 474,534 00000000000000000186100e8c685374ecf9c39c34b46d5f2af186df3673333e 2,079 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 782.65 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: 672.71 GB
    • Received: 16.32 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.