Loading Tool

Explorer IconExplorer

Memory Pool

39,200 transactions
27.54 vMB
0.06633551 BTC
Random Selection Loading Transactions
Max Size: 140.63/200 MB

Candidate Block

Mining Attempt cbdf3f5e0d8e060721a386f4783d262f70f2362bb4e49658001df9b5f68507c4
Version 20000000
Previous Block 0000000000000000000150af92ee92bd2e82ce4cfb7457b8417f1c43deb942f9
Merkle Root e0839ab8d0e8823d392bda1e6fb2eb97fae455ee10d93211fd5955f852172a4e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,438
Size: 1.00 vMB
Total Fees: 0.01398960 BTC
Feerates: 100.95 > 1.40 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,644 (414,986 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
499,658 499,658 0000000000000000005ad979367405af6ad75465a8900089cb3bd7b53ff4dc9d 1,908 1.00/1.00 vMB 211
499,657 499,657 0000000000000000001a98320ee19986cfb19f30bb1d1deb0cfc21ed9fa3c7ae 2,302 1.00/1.00 vMB 224
499,656 499,656 000000000000000000102d751e4c7e2de8f12e04cd4b44fe8179d492b29ea0e2 2,304 1.00/1.00 vMB 275
499,655 499,655 00000000000000000087cec98103a704a4594831e8173fa3c916b3c537456ab7 2,666 1.00/1.00 vMB 403
499,654 499,654 000000000000000000ae0edf99df2db7e05a0f18e3e5a3e0dfc67013dadc526f 2,016 1.00/1.00 vMB 454
499,653 499,653 000000000000000000acce35f2b4ba5256f016da6024abb09ad60b6dcbd0ed83 2,461 1.00/1.00 vMB 420
499,652 499,652 00000000000000000082bfa88de1c4e6501462e231f0aa54f552f36bdf34fdd3 2,745 1.00/1.00 vMB 431
499,651 499,651 000000000000000000846d905295c15c98f9dc8c8f3ab44bbb997cca9a8e4c83 2,542 1.00/1.00 vMB 332
499,650 499,650 000000000000000000684318d6fc7266f8eb5dc349a170413a0c0ce2334da08f 2,281 1.00/1.00 vMB 307
499,649 499,649 000000000000000000146931cda4713b5ded152c9ae57effe37f216d5a5f31b6 2,096 1.00/1.00 vMB 246
499,648 499,648 0000000000000000003b9296ea38abd68e97beb0c5ed56a8255e6b379a02032b 1,786 1.00/1.00 vMB 244
499,647 499,647 0000000000000000007f3bf2c37dc14630153b93bc2c34542deadb34a5eb201f 1,754 1.00/1.00 vMB 211
499,646 499,646 00000000000000000082756af6724e3200ea9089cb4244cb2d94c83c3cd137d7 2,943 1.00/1.00 vMB 343
499,645 499,645 00000000000000000024c0bdbec66a889778c00bc69be0a96cbbd98b75c3ce09 2,332 1.00/1.00 vMB 449
499,644 499,644 0000000000000000002d429f39afec70c938e888c3417d690bbc85e83529991c 1,240 1.00/1.00 vMB 165
499,643 499,643 00000000000000000005869d321a8f2046d1e47f55b97920c9e4bb8a971db40b 1,964 1.00/1.00 vMB 265
499,642 499,642 0000000000000000003c2cc296d753717135a38cfea6bc3ddba640aac063fb3b 2,539 1.00/1.00 vMB 268
499,641 499,641 00000000000000000082dcdfb99c8b663828fd40fd68f343a17f766e1dee9bdc 2,450 1.00/1.00 vMB 374
499,640 499,640 0000000000000000000c157cd142a224c46b49e3801d46b000a6b34a057ef285 2,422 1.00/1.00 vMB 280
499,639 499,639 0000000000000000006fb9b7a8f9bc7ac4f01d105b149b756fe8339c7816ea19 2,780 1.00/1.00 vMB 428
499,638 499,638 00000000000000000034f39e59b8d37612507ff623184a35fa1403e6966c08a8 2,421 1.00/1.00 vMB 359
Previous 10 blocks ↓
Total Size: 781.76 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: 632.27 GB
    • Received: 12.11 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.