Loading Tool

Explorer IconExplorer

Memory Pool

25,262 transactions
10.53 vMB
0.02526816 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 60.66/200 MB

Candidate Block

Mining Attempt b27c094fa9ddde2a49e13ccab2c4c8a44f263483529501a50c7ca04e14808c3a
Version 20000000
Previous Block 0000000000000000000075dee10a187ce8da6bb2823a2744947edd3b01954a06
Merkle Root fe5d80f2fe000b23c6596df2e29d77c161c6bd585c9cb966539c729f247bdd7b
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,763
Size: 1.00 vMB
Total Fees: 0.00800673 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,558 (694,877 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
218,681 218,681 0000000000000395c0d6ca160546389bc19773200abf338aaa8522debda9b9e9 356 0.10 vMB 46
218,680 218,680 000000000000024b16463df8576e0e8437cc6ffe86dab02b212c99bde979aa79 160 0.25 vMB 61
218,679 218,679 000000000000018b02a5f7e32d70636b2a99e191d5fb5c1df82174ab7aa208bb 782 0.25 vMB 188
218,678 218,678 00000000000002eccae1d5590dddb4d17aeb9cff97690ef1468c5860f660998c 398 0.29 vMB 171
218,677 218,677 0000000000000000fa30612c1601c0e3c42a79862e4714b0abe2de409fd1cf21 898 0.25 vMB 208
218,676 218,676 000000000000018f3725041e4b34eaebcd765095cdbc230132c262b377daf958 709 0.25 vMB 205
218,675 218,675 000000000000019a354eda4c09d7496afe18860370210bafa93a2ea4b2213d36 148 0.05 vMB 45
218,674 218,674 00000000000004c3d849af921e8681a844238a78f33e3bf9b464628200ffb66b 571 0.27 vMB 196
218,673 218,673 000000000000036f8b6090f80f19a57d9d2504d03f1eed9945003f8bd0e24123 15 0.00 vMB 225
218,672 218,672 00000000000002bc51c5495dbec441c129640853e3e27dd86acc2888140f42f0 287 0.14 vMB 154
218,671 218,671 000000000000009045ff0872923469c243752e6ea738bf36af987bb2c93c6b38 450 0.21 vMB 194
218,670 218,670 00000000000000ed2397f3e9507847ca06ff88e2745e697b64414aa0f0285c84 87 0.05 vMB 83
218,669 218,669 000000000000027e6c9539110a8aa14635f908bfb56011b63b7c8c5a061ba402 355 0.15 vMB 182
218,668 218,668 00000000000001d893748384f0ae738c3686c2589e47f3ef858c38f0279923de 276 0.10 vMB 160
218,667 218,667 000000000000005b4a20c42f9fb3e2047b1d6df3990c16b7734d2380f14d4e28 240 0.11 vMB 143
218,666 218,666 00000000000001747375395d57400ab2447f3793e93c528184152d94cf6d5d3d 24 0.05 vMB 64
218,665 218,665 000000000000043dda176da33698085336e85726b4c9beca63c0f29c89fffc3c 373 0.18 vMB 182
218,664 218,664 00000000000003f1083f1fa00abcc492997fc113743178327ddc1dba6701fe3b 420 0.20 vMB 174
218,663 218,663 0000000000000230f031501df0c50bd581b1a1da3f91b343165fcf6e3b4adf3b 603 0.25 vMB 210
218,662 218,662 00000000000005402eb9d3218ca5ec2ee37b79654efc32ff608f84180b3ccd84 314 0.10 vMB 145
218,661 218,661 000000000000034fe68ab39caab92ec32c4cb0dffd91002660a56b9c36dc2f5f 279 0.13 vMB 152
Previous 10 blocks ↓
Total Size: 779.83 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: 423.97 GB
    • Received: 2.29 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.