Loading Tool

Explorer IconExplorer

Memory Pool

40,325 transactions
27.33 vMB
0.06287773 BTC
Random Selection Loading Transactions
Max Size: 142.81/200 MB

Candidate Block

Mining Attempt 930ff9ffac608d5cbf4f32b7111915809c66d5a6ddc1f0d721761c329dd24e11
Version 20000000
Previous Block 0000000000000000000142b0f2c1c987d6145a763bdc3f1bbe6f22a4e54d2505
Merkle Root a471de5627294769343457e8da1f111a8281cb586522959f6595338769c853ba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,766
Size: 1.00 vMB
Total Fees: 0.01207247 BTC
Feerates: 150.88 > 1.21 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,862 (508,366 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
406,496 406,496 00000000000000000558e387e6d80984dc2dec7676a0e18a50f2da7b13fe199d 2,111 1.00/1.00 vMB 40
406,495 406,495 00000000000000000392ed7cb6e6a40098acd047bf168440d7e2f0816bbb08ea 1,185 0.54/1.00 vMB 40
406,494 406,494 00000000000000000247e7bf7e2d5b9eec8cc120212b0917c02c54e7860cdad8 292 0.16/1.00 vMB 31
406,493 406,493 000000000000000003887eddc56104d140fa7fa91cce04d52a0d4b5f4f72103b 908 0.49/1.00 vMB 32
406,492 406,492 000000000000000003ae2986ba4d6b958e57a5ccc6c2494345395007575aedbf 425 0.36/1.00 vMB 18
406,491 406,491 0000000000000000000902b5efc3634cf0114b00e4fa3fab0f9c4c06849492c5 2,557 0.98/1.00 vMB 42
406,490 406,490 000000000000000003c7e2431e10ba413f63d356e9a0b1e27bd0f7ed895fc3df 523 0.21/1.00 vMB 43
406,489 406,489 00000000000000000525c263641a98a0d3aa7211c18a6700cc39a1067cf63122 978 0.43/1.00 vMB 40
406,488 406,488 000000000000000000d8ea9efff06b0a6e64b37549d367e515192af78e3eafc4 87 0.04/1.00 vMB 42
406,487 406,487 00000000000000000118d7c81f2ec3d90741179eb4377d65e142a2d019c56fe1 248 0.10/1.00 vMB 41
406,486 406,486 000000000000000000344d1ad58eb7c84b66858c35925d3a1b7f0c0fdd14d405 1,805 0.86/1.00 vMB 64
406,485 406,485 00000000000000000562ded8008de2e29088675bdff421083ddd794c2a405de5 256 0.11/1.00 vMB 37
406,484 406,484 00000000000000000104b3a54cd81e2ba722335c2d78e0f624d2cf97a44cea55 1,723 0.77/1.00 vMB 39
406,483 406,483 00000000000000000497667bb406bfa86d6c4adaf47fd2c9903edfac836895ab 2,130 0.94/1.00 vMB 42
406,482 406,482 0000000000000000028f99aa264210182bb8de1bfd8bf2c92fdee56d3ac46a07 1,961 1.00/1.00 vMB 39
406,481 406,481 000000000000000004c730c5d4b839c86ad148e3c98fa71fad40814605ed1b0b 14 0.00/1.00 vMB 162
406,480 406,480 0000000000000000060f9b74a881228469d4a212ab5161d9bc504a8bfeb239e5 576 0.31/1.00 vMB 36
406,479 406,479 000000000000000000159efa8502a526bd1cd0e02a14421f059ae5f6526e0835 1,999 1.00/1.00 vMB 40
406,478 406,478 0000000000000000008ba2ee2a2c4d7f65c7db6ae7d5d8b53faa39bee9748f90 1,085 1.00/1.00 vMB 23
406,477 406,477 000000000000000000c7b18095795f2b2f1c64773bbca9be0b21e237444994e9 1,411 1.00/1.00 vMB 29
406,476 406,476 000000000000000003b544907cfd2bfd7f4eefc9613be05743ccb28c839a6a8d 1,879 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.15 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: 652.92 GB
    • Received: 13.81 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.