Loading Tool

Explorer IconExplorer

Memory Pool

43,782 transactions
27.01 vMB
0.09247119 BTC
Random Selection Loading Transactions
Max Size: 141.41/200 MB

Candidate Block

Mining Attempt bd184029ad1f5891b5120976406313f72e9325f08d3aa4ec6c34af680b5461f5
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root 8b90ad59bfd5bc10f7f1402cf79f64f5c8adf2c22f809d5ae00ca931b53fa151
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,614
Size: 1.00 vMB
Total Fees: 0.04075893 BTC
Feerates: 151.16 > 4.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (92,206 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
822,663 822,663 00000000000000000001584ff3a3485b4b04ea7d78cfc0ef4df475b33d179700 5,097 1.00/1.00 vMB 120
822,662 822,662 00000000000000000000cf099e070fb84c1a4f640a729276cc55001a2c7046d7 3,876 1.00/1.00 vMB 121
822,661 822,661 00000000000000000001a5b8ef928e63942f42785a8f1a334a9a5f356956cc6a 1,693 1.00/1.00 vMB 147
822,660 822,660 000000000000000000016508f8d08b51fdb2a9d8cd049226011a22b74ed7f8ea 2,997 1.00/1.00 vMB 101
822,659 822,659 00000000000000000003c88366dc041a489ac19b2d52112e6c9b926d0d66a775 4,185 1.00/1.00 vMB 126
822,658 822,658 00000000000000000002abd2f63a6f9f0c1f0fc31126d22c77a8dc7cd525db54 4,024 1.00/1.00 vMB 134
822,657 822,657 00000000000000000000324ff2f5e8de0559c3b34e78564157b81c9ebb1e2484 4,029 1.00/1.00 vMB 93
822,656 822,656 00000000000000000002dec906d22aea26041c1459b81d6957700ebf58255f02 4,150 1.00/1.00 vMB 78
822,655 822,655 00000000000000000001bd190b176db8685a82f34dd0a46cc0ed3f944d9067e6 4,961 1.00/1.00 vMB 95
822,654 822,654 000000000000000000027a350f782714697837360fddbb79e29590abd7748329 4,176 1.00/1.00 vMB 97
822,653 822,653 000000000000000000028c5085eb0951fbd2c3166327ca7ef96324395cca10af 5,289 1.00/1.00 vMB 112
822,652 822,652 00000000000000000003c8fea4901b8e038460c20d64e5bd8523455ce9e11586 4,102 1.00/1.00 vMB 111
822,651 822,651 00000000000000000003d5dbb1e52cd1a3ecf251a7cb8884c8a7b48b72c06285 3,790 1.00/1.00 vMB 109
822,650 822,650 00000000000000000001bdff961b8f9bd13fc3006df285b9221a1b403bdc0469 4,186 1.00/1.00 vMB 166
822,649 822,649 00000000000000000000f0f67f15f43b70806363214d79c7a8ef6886cbca7a58 4,162 1.00/1.00 vMB 155
822,648 822,648 0000000000000000000108605b8847a655ff90e69a95354b9ed39abb863a79ba 5,016 1.00/1.00 vMB 104
822,647 822,647 00000000000000000000865eaf9fbeef11629262b2f39bfe801935f8e9aaa52f 4,829 1.00/1.00 vMB 109
822,646 822,646 000000000000000000002833221f303df428cf0607ef6a89b80b15c7d5483719 3,763 1.00/1.00 vMB 131
822,645 822,645 000000000000000000032f64f81d486eb58ceebcb971dab6aae1b7cd8ed64113 5,027 1.00/1.00 vMB 108
822,644 822,644 000000000000000000023669192814c5d845380d273fd753a79eacbf3ae1887d 4,279 1.00/1.00 vMB 104
822,643 822,643 00000000000000000001fb6de4c542c6bf39ba6c7a842f26b110d158f0c3bc9a 4,030 1.00/1.00 vMB 126
Previous 10 blocks ↓
Total Size: 782.16 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: 653.26 GB
    • Received: 13.84 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.