Loading Tool

Explorer IconExplorer

Memory Pool

77,206 transactions
28.84 vMB
0.09794834 BTC
Random Selection Loading Transactions
Max Size: 175.00/200 MB

Candidate Block

Mining Attempt 46a7aacca4574c90e59cca99f036186494b222ec57ad18cc6ab6140ba10a3f88
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root a096be471015d10b6991733bd9cbd00986d043a89cf65a2e25df7ce3623dbc7e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,429
Size: 1.00 vMB
Total Fees: 0.02990789 BTC
Feerates: 180.82 > 3.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (480,263 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
435,007 435,007 00000000000000000053bd861498b39feffdbb4bb8b26b5e6f64d11438648516 2,361 1.00/1.00 vMB 86
435,006 435,006 000000000000000002bbb9cbaea37d48d5e03f8d8a2d835444ce5a37393cd921 2,466 1.00/1.00 vMB 54
435,005 435,005 0000000000000000015c7c84ff90b6f46c2f46270a6f4f4e0a4e452262a6741b 736 0.24/1.00 vMB 62
435,004 435,004 0000000000000000021793b3b94b8161f9f859bd96d48ee6a5003876c3ed4eab 2,660 1.00/1.00 vMB 79
435,003 435,003 0000000000000000002a8b89996576450e02a2d537eeeb8a3c02f7a852f4aa4e 2,204 1.00/1.00 vMB 57
435,002 435,002 00000000000000000028e062393307627680839e78a09a345fd3690f6464e5c9 3,079 1.00/1.00 vMB 91
435,001 435,001 000000000000000001476fccd65cc011564d60898d1ce415c700265251091f82 571 0.27/1.00 vMB 60
435,000 435,000 00000000000000000246d7befc7f390da9aabf20d5e0761702c4d8aa2e5a97e4 1,640 0.98/1.00 vMB 43
434,999 434,999 00000000000000000351c8a1a31d84eefef96931b72d68bc62acd8d761809d1d 1,242 1.00/1.00 vMB 30
434,998 434,998 00000000000000000017ddd0f6cd7a179881e5e490357a0cd5d65439fa4c1836 1,759 1.00/1.00 vMB 75
434,997 434,997 0000000000000000021160560b81e8fe624f1130cf4250c872625d1543b97d20 1,517 1.00/1.00 vMB 42
434,996 434,996 0000000000000000038b13a60c4954fa0f5547fd82956b153cfb9132e16987ec 1,365 0.82/1.00 vMB 34
434,995 434,995 000000000000000003be2328d6c8e5895b4e3b78427430ac8386758bf10936ca 2,367 1.00/1.00 vMB 59
434,994 434,994 0000000000000000023841e9c2d9b788a25f640ce098565547d29d3ef2e62575 2,260 1.00/1.00 vMB 55
434,993 434,993 000000000000000000ce4d1f92bb0a558fabb958ff317be1accb9a08558876e8 2,696 1.00/1.00 vMB 66
434,992 434,992 0000000000000000030fbfc207b08a844424fffffa16bb302be9a602e2d4559d 2,753 1.00/1.00 vMB 78
434,991 434,991 00000000000000000352e14b83174c4131e08a13021389332ec584ac38c7e7db 2,706 1.00/1.00 vMB 73
434,990 434,990 000000000000000002dde38dbfef9fac4c259350bc686d3e4c90a65d8346ca82 1,242 0.99/1.00 vMB 36
434,989 434,989 0000000000000000021caaad7beaad07fc544a4e088811dc06ea1a7474a1969e 1,798 0.99/1.00 vMB 51
434,988 434,988 0000000000000000026de708b73b1f4d6fd17234cc681fd9751c4b98cb17e515 479 0.23/1.00 vMB 61
434,987 434,987 000000000000000003d4ca9bfbd6c2527256953f598d45eef269614b4bcb0581 788 0.41/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 782.86 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: 712.90 GB
    • Received: 17.24 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.