Loading Tool

Explorer IconExplorer

Memory Pool

16,467 transactions
7.28 vMB
0.02824461 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 42.19/200 MB

Candidate Block

Mining Attempt b9dd2ad005a6a4b5536e5bb57b3ff83996367dc588ea96af017cf78fc4a9ad1b
Version 20000000
Previous Block 000000000000000000018334698b3f919b91679f9b8aa9a5b7a32751b5feadf4
Merkle Root 9b374dbb9696ff59dd29d79a81779e1399e4f54ed8825048ac2bb10439dd99c6
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,965
Size: 1.00 vMB
Total Fees: 0.01412507 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,441 (709,137 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
204,304 204,304 000000000000043c6386f268d54d27dc1bf0024a0451b5729dcb14cce1121da2 299 0.19 vMB 77
204,303 204,303 000000000000005f61333e96f9dcca60b45cf12b3b25ef4d7cac1408ec3afb2c 232 0.11 vMB 204
204,302 204,302 00000000000001f0138b9d0ac87a09a6bdac25c9bd20b935e09f3d702a3d649c 126 0.05 vMB 99
204,301 204,301 0000000000000456df693329be70cb1399a9a3cb72e622289cebccc26ec1b177 301 0.14 vMB 156
204,300 204,300 00000000000001bde555807e9422e54dc827daeb74a69f5f7e6dccb1dbb0af87 467 0.22 vMB 132
204,299 204,299 000000000000042c51b7301cd12ac2222006b25eb7e30ca39baed63d904d09e8 119 0.05 vMB 142
204,298 204,298 000000000000045e4a90b635d89b261972168b32b0c07d5e5faa0fa96bf88f27 48 0.01 vMB 103
204,297 204,297 000000000000002b45d5841e4d442a67bff16bf17a9b3dffe67ca1116d74eca1 589 0.20 vMB 160
204,296 204,296 00000000000002f9c0323697adf412972b8a7cf65781ff2a8a66113994f33159 365 0.17 vMB 111
204,295 204,295 000000000000014e90132d168c848d16ad764ed827a340142140ce698f0afbde 68 0.03 vMB 110
204,294 204,294 0000000000000342a05986a414dd2badc81aa54bab432ee03a721f1f66c05a19 427 0.17 vMB 125
204,293 204,293 00000000000000f7a07548dc5754b8460f9ad45996522fc46ad4d44dd391a116 549 0.25 vMB 116
204,292 204,292 00000000000005242283a45a64232e81d8a1d1263f9ba8125b7b172680c47eee 10 0.00 vMB 33
204,291 204,291 0000000000000504802dc6d88347fb75f91272e63de69ae2b0a41bcc43a3bdef 435 0.16 vMB 133
204,290 204,290 00000000000002f4efe42a834079bc0b34b79f15f0ff459ffde5eec119da420a 488 0.19 vMB 138
204,289 204,289 00000000000004f577af2ba743870c4d06da82d02082d3fa8d6545f34b216442 181 0.17 vMB 66
204,288 204,288 0000000000000270d260ce09d0d806ca13041a739ee7a1961a1e297e30359663 355 0.16 vMB 135
204,287 204,287 0000000000000057662547721788ec81b72f79a6e5179ce351f7f164f98cd536 41 0.02 vMB 102
204,286 204,286 00000000000003d44f5ae7835a51de0dda013401723f162ddfcfe7f14e062d63 359 0.16 vMB 133
204,285 204,285 000000000000010d3b7d5b529ddafaeb97a7a9abcf7df51e87fd81391bde2308 125 0.04 vMB 168
204,284 204,284 00000000000002142d25e5cf7f4ac283629b54e389493983afd4479007c4224b 732 0.32 vMB 108
Previous 10 blocks ↓
Total Size: 779.64 GB

Node Details:

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