Loading Tool

Explorer IconExplorer

Memory Pool

78,742 transactions
29.80 vMB
0.07341567 BTC
Random Selection Loading Transactions
Max Size: 182.21/200 MB

Candidate Block

Mining Attempt 3e5cb80f70cfab2f945ef4f50edadc1fb412e8e56f0c80abd6fbb29037b46de9
Version 20000000
Previous Block 00000000000000000001dbc5c80c6919ec91b35e05b36c1c7f9844aa1a20e02f
Merkle Root c4784968208040aafc4ebe900821e4ac68d9a98b5e9d0d6f1cb5cef2fb051095
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,345
Size: 1.00 vMB
Total Fees: 0.00735839 BTC
Feerates: 146.36 > 0.74 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,370 (438,000 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
477,370 477,370 000000000000000000f36361550a5a819d00bd0dedb1d618cafc9f0f66a70147 1,136 0.99/1.00 vMB 145
477,369 477,369 0000000000000000011efb83db7cc64d862b3a986e4a017d735ce03ada6315e6 1,765 1.00/1.00 vMB 223
477,368 477,368 000000000000000000d83d2a4a630437db1811d514cab9a19f9ba5ea323883fe 1,164 1.00/1.00 vMB 39
477,367 477,367 00000000000000000052cd097037e242264010219003232da49fe90c02c92f6c 2,169 1.00/1.00 vMB 91
477,366 477,366 000000000000000000e850605bf292afd39abe175436827fb9306e8ce5a8f642 1,619 0.85/1.00 vMB 149
477,365 477,365 000000000000000000679dff11cce94831ad3a86f3f97b1641934fdddeb0c824 1,685 1.00/1.00 vMB 97
477,364 477,364 000000000000000000dea70bc61be8e15f0f47fca18724eb80068232d185a961 879 1.00/1.00 vMB 84
477,363 477,363 00000000000000000088292dbb7ebf211e294d38c1f710a2ab16396640aab5cf 533 1.00/1.00 vMB 67
477,362 477,362 0000000000000000013af4c4dbd8f0e9b5bd684fe39565ab2e8908db9c9f33be 1,841 1.00/1.00 vMB 143
477,361 477,361 00000000000000000152413cd7f3301cd601d97ea7777fae25a146f8f4db3e2f 592 1.00/1.00 vMB 79
477,360 477,360 000000000000000000e8af89716e0ea8a2aa7c7b789935e98f0a32a4a319247f 1,362 1.00/1.00 vMB 105
477,359 477,359 000000000000000000da92c21e1234bb15eab4a8ee921ffc716ba61895f54d50 1,831 1.00/1.00 vMB 181
477,358 477,358 0000000000000000011dfacf61506156525f707a65ff3fc4b23fe6b8363361ec 842 1.00/1.00 vMB 50
477,357 477,357 000000000000000000d28d924a8f6987cdc13ae88382ac868c41e38619afebcb 873 0.99/1.00 vMB 20
477,356 477,356 00000000000000000014d0acd1bbb0e98509e64ee11160b0ea9041b0cabedb0a 2,294 1.00/1.00 vMB 151
477,355 477,355 000000000000000000894e4ea8071f0f34393fcc32c4f5fac9e15c42d9224495 1,144 1.00/1.00 vMB 18
477,354 477,354 0000000000000000009c75abb25f87a3930b26e44af296b151ea3ad5cbabed27 2,481 1.00/1.00 vMB 91
477,353 477,353 000000000000000000b00e2e5341d112b44da0d2dee63333c7b2737038e73890 1,895 1.00/1.00 vMB 134
477,352 477,352 0000000000000000012bf103b67fb72e08006c8294a47f47b727671e6a3501c1 1,489 1.00/1.00 vMB 108
477,351 477,351 000000000000000000378542d8def02a3076de9805c2a9a19d43ae3ba01645fd 2,152 1.00/1.00 vMB 99
477,350 477,350 00000000000000000141fac425b0a652bd0a25ebcf9e894dda111c9a8aa82762 1,931 0.80/1.00 vMB 144
Previous 10 blocks ↓
Total Size: 783.03 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: 719.60 GB
    • Received: 18.10 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.