Loading Tool

Explorer IconExplorer

Memory Pool

43,342 transactions
27.76 vMB
0.05627581 BTC
Random Selection Loading Transactions
Max Size: 147.00/200 MB

Candidate Block

Mining Attempt 8bf4d845ca52321eb0bbdc4e4b62fc0a91e47f805584e31d92a019560969a4b8
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root 9d1d2ed4d779e86c2cb9f8c92d5d22644740d759bde89087b6cf1c40e089bedc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,715
Size: 1.00 vMB
Total Fees: 0.00428885 BTC
Feerates: 75.16 > 0.43 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (92,180 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
822,672 822,672 00000000000000000001d6c36031d1127b440586375dc7d0ccdb041acdf535ba 4,414 1.00/1.00 vMB 130
822,671 822,671 000000000000000000034c422076715bce800f539bb290e3610310f394c332c0 4,079 1.00/1.00 vMB 107
822,670 822,670 00000000000000000000062fe4d2eda927e2851aef8cb9bbe02e816094f1c662 3,551 1.00/1.00 vMB 133
822,669 822,669 00000000000000000002a5704d21f234d389c0f31ed7f0a0a1de0bb484b2d3f5 4,470 1.00/1.00 vMB 115
822,668 822,668 0000000000000000000181a344325714f602529b0bae3ba49ed341110869383a 4,308 1.00/1.00 vMB 109
822,667 822,667 00000000000000000001da07eea8bfda42b66b5bc2e6bf5178b561dc27162d6d 4,557 1.00/1.00 vMB 90
822,666 822,666 00000000000000000000133e11d3f15faca2df7ab11e2943ddaf86f9d7bc5c2f 4,360 1.00/1.00 vMB 89
822,665 822,665 0000000000000000000025083207a518bc6cf0bf9a2b7e8931cb8ef127f65029 3,103 1.00/1.00 vMB 105
822,664 822,664 0000000000000000000227819b8e31ffd925da2a38383b0726d30c5a9ad442e2 3,894 1.00/1.00 vMB 150
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
Previous 10 blocks ↓
Total Size: 782.13 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: 652.35 GB
    • Received: 13.74 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.