Loading Tool

Explorer IconExplorer

Memory Pool

84,558 transactions
32.08 vMB
0.11225253 BTC
Random Selection Loading Transactions
Max Size: 194.39/200 MB

Candidate Block

Mining Attempt 15a51bf45c0f72818db4d3a2fdbf7583ecd4b1ee3b5b930d9a13acbbbe6805fa
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root 5df67a825a89002a62a555ccf5f4eecb680f3a3cee4578ee15fb0d039e8b9a74
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,899
Size: 1.00 vMB
Total Fees: 0.03946443 BTC
Feerates: 351.58 > 3.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (268,967 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
646,240 646,240 00000000000000000005224c98dff2ddea17e660b2b355255d11c4cb3e5661a6 2,137 1.00/1.00 vMB 42
646,239 646,239 0000000000000000000cbcf0489d6a385557123e3ea6b1c7b2fd118783ad31ef 2,061 1.00/1.00 vMB 46
646,238 646,238 000000000000000000005df6b181b726db86ceee4d271c042f615cae657d2077 2,105 1.00/1.00 vMB 107
646,237 646,237 00000000000000000009f8aa2b5aa4e5ad33d96ad641ad0b9ea324d35f3b4b6b 2,002 1.00/1.00 vMB 44
646,236 646,236 00000000000000000003c3caca881ee948113ff8fcbaf457f76b8296e2d9e6bf 2,125 1.00/1.00 vMB 53
646,235 646,235 0000000000000000000a63ebc5b388bee38957596d984bc8a93d52de995cabb0 2,388 1.00/1.00 vMB 25
646,234 646,234 00000000000000000007b3f8b3d4d96a15f2a0123399ca31585b26788bb314e7 2,832 1.00/1.00 vMB 66
646,233 646,233 00000000000000000005f4c97b7969c7c134d972c2295fb7c9f35dca19bdda55 2,742 1.00/1.00 vMB 28
646,232 646,232 00000000000000000000ff5a280a402cb2204f1cd133073fc08403a8cca06b8f 2,480 1.00/1.00 vMB 69
646,231 646,231 00000000000000000005e8d243ce1734fde103a379e239aedcff33692fc88f29 2,035 1.00/1.00 vMB 29
646,230 646,230 000000000000000000071c20b6b135189358a6fca0363febd3ea0444f1620497 2,191 1.00/1.00 vMB 53
646,229 646,229 00000000000000000005b9b3640debba13943c4540c6ce7a1f10606ff5e00207 1,587 1.00/1.00 vMB 89
646,228 646,228 0000000000000000000b392c0ba4ec7c62bb5bc6cb763289acd0a84ef20a0326 2,141 1.00/1.00 vMB 63
646,227 646,227 0000000000000000000013541edfbd3bad2af17d30983ae0285dd23a5df21405 2,128 1.00/1.00 vMB 23
646,226 646,226 00000000000000000006663ae314dedcbcf4b42adcf46ab9c4a7842ab4713543 2,311 1.00/1.00 vMB 85
646,225 646,225 00000000000000000005583127b90706ef3ebf66e763564145e40e7dbfdc0a6f 1,608 1.00/1.00 vMB 68
646,224 646,224 0000000000000000000c5b86f695a66072a0fa1671dcf3829a8218c16434408f 743 1.00/1.00 vMB 99
646,223 646,223 0000000000000000000b4db6f3cf6ec9eaaf13df1c60af301c4a6737c4c40a8d 1,962 1.00/1.00 vMB 31
646,222 646,222 000000000000000000087d1e5a18fd7611d72a496d8a173347ab028d8002ea48 2,139 1.00/1.00 vMB 39
646,221 646,221 000000000000000000038fdc6f1d046a132235f998ef38c535711074a3a78052 2,207 1.00/1.00 vMB 41
646,220 646,220 00000000000000000007e43d68673de30d6050053c154f43d7b84fdfb8fa409c 2,237 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 782.75 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: 708.67 GB
    • Received: 16.75 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.