Loading Tool

Explorer IconExplorer

Memory Pool

23,603 transactions
5.31 vMB
0.03994132 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 39.26/200 MB

Candidate Block

Mining Attempt 644ebd189d7fab1979c1ca6317b061a89c249a092a53103f272661565ca931ff
Version 20000000
Previous Block 00000000000000000000bbe84ed2e48d0f0e036b5aa2a8a6bcf374622beefc1a
Merkle Root 5ca9fee009b1840667e2ee62745948584e1401093444f967bca65b728e34b753
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,955
Size: 0.66 vMB
Total Fees: 0.02752200 BTC
Median Feerate: 2.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,176 (545,874 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
367,302 367,302 00000000000000000253b30e5bd2701d790825c9a5e483e9ad55e46d10d58393 0.14 MB 233 33
367,301 367,301 000000000000000012e37b85df21b29efb7bdd6e0ad55b7d79ea20a9f2df0427 0.00 MB 1 0
367,300 367,300 0000000000000000132e02bcf27489633f36b566ab0cf4746dea2931fc359e8e 0.08 MB 115 26
367,299 367,299 00000000000000000e89b44d7126011eda4465e8c2e8a0e83aab994aaf147a87 0.18 MB 359 36
367,298 367,298 0000000000000000144818e3999592c72757b03245b7e8059b450d9fb18cc7fb 0.51 MB 821 41
367,297 367,297 000000000000000004c703290b7ae519a03b34cfc19c2d4a0eb6d27fecb67eba 0.57 MB 1,414 39
367,296 367,296 00000000000000000d30db2ce515a463536b4b28f4b4ff99db2e15fbfebdafe5 0.47 MB 805 46
367,295 367,295 00000000000000000aae9a84f68e02f8c7b5ae06213352a12119665ada6f6674 0.52 MB 1,007 35
367,294 367,294 000000000000000005ef43644f9fa41ce77b7a9d677669f78d07c51149f2bafe 0.39 MB 563 28
367,293 367,293 00000000000000000dd23546fda4c1acce2ba27f160f5eb7af4f4053c729c793 0.15 MB 271 28
367,292 367,292 000000000000000010dafe0529e867ab438923327945370c1bd3b3d9cb2fc1f9 0.44 MB 791 43
367,291 367,291 00000000000000000ed5b9fde5798e23edc2d38bfb8cdaf08904fd44c184b010 0.11 MB 199 32
367,290 367,290 000000000000000005ebbd5501a6368e40a52aec10f393f0ea8be3fe74d92b04 0.74 MB 1,293 37
367,289 367,289 0000000000000000024fbd5b4b5b4e97c5735515d8410e3fc05f402c0f4828eb 0.73 MB 1,314 41
367,288 367,288 000000000000000014da69bd586e5bed66f8e3ee60f990f18611af98a5154dce 0.16 MB 349 37
367,287 367,287 000000000000000014666978b9bb2bbd3a5d7a6e48725e066f87e21955e59535 0.25 MB 227 11
367,286 367,286 000000000000000009279664a831467ab0ce704c49655821a06818a40f7c158c 0.19 MB 356 37
367,285 367,285 000000000000000004b4a472faf8e27a36b7dbbf12ea7b7a805718912e08c259 0.00 MB 1 0
367,284 367,284 000000000000000007de413e11b4a9f774af224c92af0c2980202197bc0c1cf0 0.13 MB 253 37
367,283 367,283 000000000000000003e95b0acc32ac78cb961dc15004addf68c3ad922248b6c6 0.39 MB 808 46
367,282 367,282 00000000000000000f8035e36cafbf7367726ef541eca55281b89885ce95bcd7 0.05 MB 103 34
Previous 10 blocks ↓
Total Size: 779.16 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 46
    • Outgoing: 10
  • Data Transfer:
    • Sent: 3.92 GB
    • Received: 0.16 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.