Loading Tool

Explorer IconExplorer

Memory Pool

41,541 transactions
26.09 vMB
0.05732951 BTC
Random Selection Loading Transactions
Max Size: 136.39/200 MB

Candidate Block

Mining Attempt 8849cc22c1b5099261c33364e49d68758de1a0c7e2e567ea667a5e79551ae263
Version 20000000
Previous Block 000000000000000000011792beddffa9d4013eafe39d7aebdcfcb6f0839f8dcc
Merkle Root 12b38c62ff918df11363a839a3b7f69fe1ca7bd3250c422660e3762217611727
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,479
Size: 1.00 vMB
Total Fees: 0.00980486 BTC
Feerates: 100.00 > 0.98 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,893 (440,535 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
474,358 474,358 0000000000000000014f142615b4b67802715b244660ade1c588f6d8c47be2ef 2,046 1.00/1.00 vMB 62
474,357 474,357 000000000000000000e0dbe1b53d3ac3f52821ac3621662170d50bece153a6ed 1,763 1.00/1.00 vMB 158
474,356 474,356 00000000000000000050e72a797a3e1d206bec3789585dbef60d7faead760dae 2,188 1.00/1.00 vMB 231
474,355 474,355 0000000000000000001a1e23af375a64e62c9559784c4f1bdcff5afb71929220 1,727 1.00/1.00 vMB 135
474,354 474,354 0000000000000000008d231c24cfe1b42a113d86b0abc4eaf97f9247259d3a06 2,397 1.00/1.00 vMB 285
474,353 474,353 00000000000000000149d7e052658b6efec7c7fb95946159566c56ad780db0cb 2,368 1.00/1.00 vMB 254
474,352 474,352 0000000000000000004f779f3c186ee55a0cb307c29ae958e8c16e4699fc388f 1,594 1.00/1.00 vMB 206
474,351 474,351 00000000000000000044792b0c77e0066b50e2eb5ffa2f28aad4842f815c33ea 1,625 0.99/1.00 vMB 372
474,350 474,350 000000000000000001441326a0dc00d4ed1f4d81e3011f51e4e2daff61ff6035 1,686 1.00/1.00 vMB 81
474,349 474,349 00000000000000000153d6913f76b36cea5d9f5620e25eee498b4a3bb73d0ba7 2,055 1.00/1.00 vMB 241
474,348 474,348 000000000000000001096115e6bec4d841c8ed5d7c5eda1ebc13bf047259e1df 1,397 1.00/1.00 vMB 84
474,347 474,347 0000000000000000007e1e7508b9b81ca6635fdfb6ae6bb1ee9efe60ee357f89 1,658 0.93/1.00 vMB 67
474,346 474,346 0000000000000000007204f8540885920792aa555846b7b1ef9bdceb9876d4ab 2,032 1.00/1.00 vMB 129
474,345 474,345 00000000000000000015fc75f44f941b54382a4c633ab56a9859b6e1ad961077 1,730 1.00/1.00 vMB 94
474,344 474,344 0000000000000000008e7fe0727461ef32bec49ba88036f4daf550ec8150d5e1 1,707 1.00/1.00 vMB 235
474,343 474,343 0000000000000000003dba567063f15c3b2b2f1c252d4669adc7b72b3e40c7a8 2,084 1.00/1.00 vMB 340
474,342 474,342 00000000000000000023b04375785b912b42f315cde46c66a99a6009200fd109 1,725 1.00/1.00 vMB 32
474,341 474,341 00000000000000000068cb266c5cf7031ed1b25ff1c107bbda7f313aa486d94b 1,495 1.00/1.00 vMB 152
474,340 474,340 000000000000000000151c3cd5175043ffe571607aa37ae3673bd5635caeb97f 2,012 1.00/1.00 vMB 284
474,339 474,339 000000000000000000e2fcdc16360bb14b6f658dfab2af4f1ee68c01405e175d 2,091 1.00/1.00 vMB 297
474,338 474,338 00000000000000000039f5f71140068654938a48aca798de95105fb53f1e4082 1,103 0.52/1.00 vMB 186
Previous 10 blocks ↓
Total Size: 782.20 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: 653.95 GB
    • Received: 14.06 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.