Loading Tool

Explorer IconExplorer

Memory Pool

87,214 transactions
23.14 vMB
0.08002417 BTC
Random Selection Loading Transactions
Max Size: 156.79/200 MB

Candidate Block

Mining Attempt 3915e2238df86fe0253d6ea6b5b2e2a4f1b3d014cdc5097c118d6c31638cb90a
Version 20000000
Previous Block 00000000000000000000860ac8db753f278bde63063e7757c14c7a52f8a20008
Merkle Root 1afd6dbeb290061dd58b5b31fda497660e6e2881a97d2ef460d458075cf73caa
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,901
Size: 1.00 vMB
Total Fees: 0.02806855 BTC
Feerates: 201.07 > 2.81 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,894 (822,113 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
93,781 93,781 000000000004d38d6e0a024f7375034726f9ba7e346c91bf595d7714069a421f 12 0.00/1.00 vMB 0
93,780 93,780 0000000000081b6366971004b3b017756fa7daaaf38083f34138c116926c13bd 1 0.00/1.00 vMB 0
93,779 93,779 000000000002c278647e75f50441d208044290a13737d90b7aed05cc9d371ba8 19 0.00/1.00 vMB 0
93,778 93,778 000000000006cb889c6d3474b64b0a4a8d43a2aed50c2ba38a619d6436bbc09e 7 0.00/1.00 vMB 0
93,777 93,777 0000000000030c1d6a7d3c68ec75d2c1dbeb8fc14c5acb33ec7bc9830f0f6eec 1 0.00/1.00 vMB 0
93,776 93,776 0000000000030136e04f2e2c95a6fc201352638e0759bca5fd5afcfc8d12ae49 19 0.02/1.00 vMB 0
93,775 93,775 0000000000070bad89341a57e5887093498ac690d919e6a2635e2724dc39982a 4 0.00/1.00 vMB 0
93,774 93,774 0000000000076d0142a0da9606e29fff60c3c1569be9164b5d50c309b1021fe3 125 0.03/1.00 vMB 0
93,773 93,773 0000000000084a497a3440c7dd0f46f301f5160e9e37bb8eb7b1fe0861b05fa9 14 0.00/1.00 vMB 0
93,772 93,772 000000000009867aeb7b229d4e11cdc458990f48bd31025ec30df46e354d5ce4 14 0.00/1.00 vMB 0
93,771 93,771 00000000000775e2be3ab336ddb82f47c4d899f682801822d2109fcd36004e27 13 0.00/1.00 vMB 0
93,770 93,770 0000000000036e6436fc3383bb5d72da428020f3da23cf041dece29148db8e90 11 0.00/1.00 vMB 0
93,769 93,769 00000000000222424c969c2201e00fb199a6a27b9bd228aac62731e57c404d10 114 0.03/1.00 vMB 0
93,768 93,768 00000000000155eb745290d9d97f8a2e14b45e4896ec8524ce87fa884559664f 13 0.00/1.00 vMB 0
93,767 93,767 000000000004268feef337778e24d8dfe725a09dc8dbd917df7d1006f43ff0b6 14 0.00/1.00 vMB 0
93,766 93,766 000000000008e99f25328ca7e29b4795566d460c4a9192a4838cbec397f6815a 14 0.00/1.00 vMB 0
93,765 93,765 000000000001472d62b09bbd7972b2709559b76af75aecb0413e48f53d07dc28 114 0.03/1.00 vMB 0
93,764 93,764 000000000001fabf5afb2044c19d4ca5bc02d8b74d7b29d43be89008069b2c9b 3 0.00/1.00 vMB 0
93,763 93,763 00000000000494569d09555eb3e476d7a3bd5a1336d612948d02c05d0f62a440 26 0.01/1.00 vMB 0
93,762 93,762 000000000004e2c9b6f6ae665a4b03c9f433ad09b91c1e2e96afb3647dbb6217 57 0.01/1.00 vMB 0
93,761 93,761 00000000000276ddacccadc1f0755dec59de744ff6326f4ac242bde506c2e79c 81 0.02/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.92 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: 797.17 GB
    • Received: 22.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.