Loading Tool

Explorer IconExplorer

Memory Pool

49,451 transactions
29.91 vMB
0.09114566 BTC
Random Selection Loading Transactions
Max Size: 159.53/200 MB

Candidate Block

Mining Attempt ccd8a73de858ade334a93ecb03a5dec56ea79ca9882f48709938404c616b92c0
Version 20000000
Previous Block 00000000000000000001e2f6cc79a94b021bd37a0344a4c1171fa288fec3bf95
Merkle Root 076d9211a633c9250d2a9b6c1945103f4ea68a722265b346890faff73537ba50
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,130
Size: 1.00 vMB
Total Fees: 0.02564837 BTC
Feerates: 33.79 > 2.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,845 (508,355 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
406,475 406,475 000000000000000001ba272ee9a3c3ad729d0a12e28e2c1aaa1f9455b5b5508d 3,191 1.00/1.00 vMB 60
406,474 406,474 00000000000000000342c8d6abb9a34e70b797422da10d8a1c0a4b6943f74f85 2,705 1.00/1.00 vMB 60
406,473 406,473 0000000000000000026ad571176f0da57bd4c49609e7fbbfe7f11ad53650f86d 965 0.45/1.00 vMB 35
406,472 406,472 000000000000000001129f399a8e7bfef5e69036f34ab702b433e1076573f67e 2,001 1.00/1.00 vMB 40
406,471 406,471 0000000000000000015844df49b0ed27cf88c3ed629592a61c968e9ee9b263db 650 1.00/1.00 vMB 9
406,470 406,470 0000000000000000062bbd9c0ffddf4e17873e4f97296b0354fd2cd522f2a10c 1,280 0.99/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.11 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.04 GB
    • Received: 13.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.