Loading Tool

Explorer IconExplorer

Memory Pool

27,974 transactions
24.38 vMB
0.04725787 BTC
Random Selection Loading Transactions
Max Size: 120.33/200 MB

Candidate Block

Mining Attempt 1d3bbb20be9c6b234c57989dd76e2e19d04ad0289528f67ee97621ad5aea8600
Version 20000000
Previous Block 000000000000000000001add1d4255d5d6c3338fec14caa760f6a5fe24cc9f9a
Merkle Root b2eb478232c7706925c76c2ea9cbcd01813ff9a207e8415dbf144e643a9c1c5c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,506
Size: 1.00 vMB
Total Fees: 0.00413968 BTC
Feerates: 100.96 > 0.41 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,703 (436,705 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
477,998 477,998 000000000000000000d614b5b376518c8fa3b26ee90c59ec6a58f0b179e8fc1c 2,263 1.00/1.00 vMB 145
477,997 477,997 0000000000000000001760e14605e21d6f410d124b121e333387dcb1934ce6ae 1,720 1.00/1.00 vMB 135
477,996 477,996 00000000000000000079943d13c6b309a7d1bf828e66c57115a381d1a66d8e89 1,879 1.00/1.00 vMB 154
477,995 477,995 000000000000000001398d190e7d19d78173ea74eb82f36c18a915d4aca66ab8 2,050 1.00/1.00 vMB 175
477,994 477,994 000000000000000000b116534f910cd8069eb020ada016b2f11392f6e6fffd07 2,272 1.00/1.00 vMB 204
477,993 477,993 000000000000000000d71300db1d96a598822ada163410fe4ed16e65bba074aa 1,879 1.00/1.00 vMB 173
477,992 477,992 0000000000000000010bab5ca0fd3501e09c59ff1e4f85801045f9b065110dd9 1,595 1.00/1.00 vMB 109
477,991 477,991 0000000000000000010d9437f9d7472e26ab5304813043c5166332d444f0109e 2,035 1.00/1.00 vMB 167
477,990 477,990 0000000000000000002db528946d2b1fcb842f42c1ba1eb01122760fa3e7093c 2,021 1.00/1.00 vMB 140
477,989 477,989 00000000000000000112fee58aa745eeb2b3b3a73aa701c500e34009b83417c3 1,679 1.00/1.00 vMB 174
477,988 477,988 000000000000000000a36d735f8873d9c07322a228130bd8012d67357ad9201c 2,134 1.00/1.00 vMB 169
477,987 477,987 0000000000000000008c6d1513f8f0520c91cb83079dab8915a0f13482b0c306 1,881 1.00/1.00 vMB 170
477,986 477,986 00000000000000000058d94595af65ab9b3e40584bc5ed2ed9670abbf30cd2f5 2,031 1.00/1.00 vMB 152
477,985 477,985 000000000000000000134fc426f42353389b6e1479005f9a032b4ab3aae925a8 1,975 1.00/1.00 vMB 179
477,984 477,984 000000000000000001049793efcb8f350978b48f5e3e1e5ba13f8e33b48a31c1 1,682 1.00/1.00 vMB 60
477,983 477,983 0000000000000000001632c07315ad2d830c7a23920d231ba260c62761ca70b5 1,299 1.00/1.00 vMB 78
477,982 477,982 000000000000000000bdc44798762573958db6d3f81e0ce308ce0fc9fff5cdbd 1,900 1.00/1.00 vMB 111
477,981 477,981 0000000000000000006823af77c7e6f17c09c25a9c165f3b87ecdd35e7012ece 1,788 1.00/1.00 vMB 191
477,980 477,980 0000000000000000004d724f4ba47c586a7e0639ed0dee92bd13d60a125bcf1f 1,868 0.99/1.00 vMB 136
477,979 477,979 00000000000000000136295f890ab61e43e4a753bfa01486442e09355a7579d4 1,841 1.00/1.00 vMB 178
477,978 477,978 000000000000000000bd21b6c0fdca45bd533ffe479f4521e7b88ecae9033104 1,559 1.00/1.00 vMB 114
Previous 10 blocks ↓
Total Size: 781.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: 642.06 GB
    • Received: 12.53 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.