Loading Tool

Explorer IconExplorer

Memory Pool

87,763 transactions
32.49 vMB
0.15120564 BTC
Random Selection Loading Transactions
Max Size: 199.29/200 MB

Candidate Block

Mining Attempt 477e8f0d955431e1e21ef3a2ce7c80e733ab57137d0a965b4910826ca9f2b829
Version 20000000
Previous Block 0000000000000000000024e14012baaaec51ffbde7f4c16099d63d5881173d65
Merkle Root 71afadd2cf17f3ed4d7f7836aa5e143aa7dbe4a78d6c8267003e36f47a26f15c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,400
Size: 1.00 vMB
Total Fees: 0.06748035 BTC
Feerates: 502.65 > 6.76 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,217 (589,896 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
325,321 325,321 0000000000000000074c805c6d74ec428579d082c56ec31cd742dd876b5e2af9 128 0.04/1.00 vMB 42
325,320 325,320 000000000000000010192adf55a2a60e1522bc313f5dd89f1975af7b60c6bfef 454 0.51/1.00 vMB 17
325,319 325,319 000000000000000019c513391c2f4975fec60a92a09704ed4afcd86a10b3dae2 1,959 0.90/1.00 vMB 36
325,318 325,318 000000000000000017d27207bf4d9d7d1a895ab1235427b8987c7d7679b502f4 768 0.41/1.00 vMB 30
325,317 325,317 0000000000000000160742edb31a363e8f3259c4a7561f8e630150f9608027f0 257 0.18/1.00 vMB 21
325,316 325,316 00000000000000001296c3a4ab3c18d299c456b6d82d82a195e88bb752769252 215 0.14/1.00 vMB 27
325,315 325,315 0000000000000000092100b23dcc6cc02d2859c7e3095419ed471f238b7cddc1 99 0.08/1.00 vMB 12
325,314 325,314 000000000000000009939af1086d39b1ae1412c88c648a525e4e2c6d76dd68d0 957 0.57/1.00 vMB 30
325,313 325,313 0000000000000000022b69e841536e237d114b7a0a70ed7d6c9d1cc3fe61b388 587 0.33/1.00 vMB 27
325,312 325,312 00000000000000001dbee4ba2f856bc69d53f466bcf3b26a16afbe7a6e2f21ab 106 0.15/1.00 vMB 5
325,311 325,311 000000000000000010ff495f81155cc5f01c183ebea5f8b8624e4687dd2e504c 1,418 1.00/1.00 vMB 21
325,310 325,310 00000000000000000654465b5cb212676d933d4c785871a0d9e12cc3d4f5a0db 1,620 0.50/1.00 vMB 47
325,309 325,309 0000000000000000058ebf79d346f0a8aadfd62d4f2196dfa1436320732429ca 99 0.26/1.00 vMB 10
325,308 325,308 0000000000000000050e342327089d68e3a9c933aa072d73fdfe845345cfae95 746 0.35/1.00 vMB 30
325,307 325,307 00000000000000000c4558ec74d7310305e8e60eb543b7099b9554309aa3424f 1,658 0.75/1.00 vMB 31
325,306 325,306 00000000000000000c061098cb88b86cd48b9e7a6644c4ec26af471dcc779be4 805 0.48/1.00 vMB 26
325,305 325,305 00000000000000001f14f1f39469523a7196d25e4edd7c67945e9ad4c6d6c286 36 0.06/1.00 vMB 4
325,304 325,304 000000000000000007bb6d64b8c0699ac0b805024ec4bd0246127cfc7a1e97d8 107 0.09/1.00 vMB 14
325,303 325,303 00000000000000000e0e6b436589b0999100b4b85b33f88ffe9e9b3d46c03642 479 0.25/1.00 vMB 30
325,302 325,302 000000000000000017b2638e3c660bf228f70a34ab0ca8a9cf27b997ea7e2554 453 0.51/1.00 vMB 14
325,301 325,301 00000000000000000ec2833983bd87a333bebbf4576da4720be787796e5052b8 1,026 0.35/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.76 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: 709.16 GB
    • Received: 16.85 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.