Loading Tool

Explorer IconExplorer

Memory Pool

82,372 transactions
31.13 vMB
0.15035442 BTC
Random Selection Loading Transactions
Max Size: 185.11/200 MB

Candidate Block

Mining Attempt c33e1d757e431f26cc067f7068764601eef5b49323fa04c63de9391f5fd8ed61
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 5f56e6770cc611b7d299eb16ac49a6e55b68a77ef7fd6d47d8a1260f1c1cbaaa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,903
Size: 1.00 vMB
Total Fees: 0.05710289 BTC
Feerates: 269.69 > 5.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (257,496 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
657,649 657,649 0000000000000000000ae3d84c1544c0cf64b0a787be7ac2a7e90b8ba1e53e98 2,454 1.00/1.00 vMB 102
657,648 657,648 0000000000000000000086fe5e16d26c6b956d56d581e478a4ca5ddd43cac975 2,714 1.00/1.00 vMB 36
657,647 657,647 0000000000000000000c585826d996036ea0495c0960f312b88cb251627b73fe 2,283 1.00/1.00 vMB 68
657,646 657,646 0000000000000000000721866bbfacd41a3fb7c463e03aa815f482f4db9d7911 2,833 1.00/1.00 vMB 118
657,645 657,645 00000000000000000002af1356cfd5b5237fc3547e3e6f01b18a19d3807a6e60 2,430 1.00/1.00 vMB 33
657,644 657,644 00000000000000000000966a5ed91b50c7436e13fb5143fe563716b5aa9d765b 1,728 1.00/1.00 vMB 71
657,643 657,643 0000000000000000000e1a08d40d4c26622163af05a5991eaa9a9e0ece4cf3bb 2,813 1.00/1.00 vMB 62
657,642 657,642 000000000000000000060a0c2bc8a1bdac97cbad35e827ad65a35154b2c93b0d 3,026 1.00/1.00 vMB 112
657,641 657,641 0000000000000000000f618c4466d35638b571f1482ab3bfabd32ab89f77956c 2,115 1.00/1.00 vMB 20
657,640 657,640 000000000000000000083e25320d804930371c79f280441ff0755d66a8bdd2ca 2,417 1.00/1.00 vMB 30
657,639 657,639 00000000000000000003fe2ecc5e664c0e501f71c150e310b5f55747831be014 2,110 1.00/1.00 vMB 54
657,638 657,638 000000000000000000053c7ab08c25149283e8638cb5a18e4955e6995fd9c105 1,490 1.00/1.00 vMB 74
657,637 657,637 0000000000000000000f643c1151d0805a8a526ddcee8f99ad735998fe04247d 2,136 1.00/1.00 vMB 31
657,636 657,636 000000000000000000031f4e076872daee5fcdbc1c1ae50b71b0cb6767cf5d50 2,426 1.00/1.00 vMB 46
657,635 657,635 0000000000000000000d6877bde8cf44da117b11fa0d1eb505c45c6104d49158 2,508 1.00/1.00 vMB 29
657,634 657,634 0000000000000000000d78035879a1ec6cdaa31e982c22128ee2ff02aba5916f 2,587 1.00/1.00 vMB 103
657,633 657,633 0000000000000000000d92dd14b5c4c77e6263f0291e64d643c579ff36d235e6 2,146 1.00/1.00 vMB 20
657,632 657,632 0000000000000000000b492096cdea263617dbad63c5445a55d312cfa3846a92 2,580 1.00/1.00 vMB 62
657,631 657,631 0000000000000000000ad9ffd19379ddcdbde6bdb5b090bb0331f839faef4206 1,931 1.00/1.00 vMB 89
657,630 657,630 00000000000000000003c46b39c4f6d079bad98360d29390d84d874f478fa8d6 2,211 1.00/1.00 vMB 88
657,629 657,629 0000000000000000000dcd0a140ffc6690b5a15fcbbe466e3a5dea5dc9d5072c 2,642 1.00/1.00 vMB 92
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.55 GB
    • Received: 16.27 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.