Loading Tool

Explorer IconExplorer

Memory Pool

50,416 transactions
28.89 vMB
0.07510153 BTC
Random Selection Loading Transactions
Max Size: 154.38/200 MB

Candidate Block

Mining Attempt cbbfa07a194d68a0d98ac9a57bbf4ee1fa7bc5afa26202dd666e6f88ecc1d7f1
Version 20000000
Previous Block 000000000000000000016a897dabefb20f390f982f4e0ac2335db067031c25f6
Merkle Root 53dd7405447a185b6310e5b619a4332c0af15a04b2854a02b722e3908b24f57d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,688
Size: 1.00 vMB
Total Fees: 0.01160074 BTC
Feerates: 40.21 > 1.16 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,716 (452,585 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
462,131 462,131 0000000000000000018802a366e2f66e44554893e7162851d42dfe380812743c 2,425 1.00/1.00 vMB 206
462,130 462,130 0000000000000000021279db4b10fc48f0acf5d2fc6eb56d3af98156d4580f87 733 1.00/1.00 vMB 52
462,129 462,129 000000000000000000884435e048b8334d6c7f917193c1dc199960243e5841c9 1,492 1.00/1.00 vMB 95
462,128 462,128 000000000000000001d157c75ce74a4e88c06f6371e752c796a1596493122852 2,204 1.00/1.00 vMB 146
462,127 462,127 000000000000000000e6578c575c236396dd2a65a93b31ff15998feb491b4d13 1,728 1.00/1.00 vMB 134
462,126 462,126 00000000000000000202f697f0619bb4172f2982b1ae00c658b983380bdf4605 1,456 1.00/1.00 vMB 133
462,125 462,125 000000000000000000c68950e0039f67d8aaaf9b468e7d3de9a1cd71e3e9f734 2,603 1.00/1.00 vMB 137
462,124 462,124 00000000000000000098c2694455845d29d2cc70485f39c59bae01120064c2b8 1,089 1.00/1.00 vMB 143
462,123 462,123 0000000000000000018d5e5edb57cb49811e5db68eab0bcbeb5d4a4a591c254a 1,908 1.00/1.00 vMB 152
462,122 462,122 000000000000000001783bdc77adb74419452b11205b54427ee2ac2ffee0d098 2,045 1.00/1.00 vMB 119
462,121 462,121 000000000000000001f8064e55b6605352e549c1830f7187f4d44cc973797621 1,300 1.00/1.00 vMB 131
462,120 462,120 000000000000000001f11a881cdc398c709bd3b0362df6a9168b443b7bafc8de 1,735 1.00/1.00 vMB 166
462,119 462,119 000000000000000000ba06742ab56e0da28b4e54e7be85f6fb421bc443ecf405 1,853 1.00/1.00 vMB 149
462,118 462,118 0000000000000000005401df718bd483a2f05b1a846e2749dbe938f19d915248 1,317 1.00/1.00 vMB 156
462,117 462,117 000000000000000000c17ab924ce735bec094ace50d4c77568e1df3cf9650cb3 2,589 1.00/1.00 vMB 195
462,116 462,116 000000000000000001ab0f4f4b5342b2b1da04ac08e0b96662836035b8b4038c 2,575 1.00/1.00 vMB 348
462,115 462,115 000000000000000001844ee9538c1766951febf0eb71fe9156b5e21a66576cb5 2,480 1.00/1.00 vMB 179
462,114 462,114 0000000000000000014bc0d094c9b9fe71e647fa12975e0649e8b35ff09c1178 1,060 1.00/1.00 vMB 101
462,113 462,113 000000000000000000049d8e1614c26057e597c724a723413d234ec2b9b8a45a 2,139 1.00/1.00 vMB 184
462,112 462,112 0000000000000000020c5fc30aaee2e5ad6796026086857b9908ba9d37896b87 63 0.53/1.00 vMB 17
462,111 462,111 0000000000000000001234c586a8cfa52548c73acf0aa01a4fec61b156d09b56 1,392 1.00/1.00 vMB 91
Previous 10 blocks ↓
Total Size: 781.89 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: 645.20 GB
    • Received: 12.70 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.