Loading Tool

Explorer IconExplorer

Memory Pool

76,734 transactions
27.69 vMB
0.07908984 BTC
Random Selection Loading Transactions
Max Size: 169.07/200 MB

Candidate Block

Mining Attempt 9ff7726c737a4fe209b83829dc63a0b70eb7bc3ed5caea6904c43fa6e94ef2c7
Version 20000000
Previous Block 00000000000000000000eceb14b69fb33c0936bc911ecf1423e24822a9fac46f
Merkle Root 690cdd1adcfb01764934de9fe71dd7b4175c1d2718337b960e32a4ee055fd922
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,674
Size: 1.00 vMB
Total Fees: 0.01991913 BTC
Feerates: 402.60 > 2.00 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,320 (96,836 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
818,484 818,484 0000000000000000000085453f4058d0d4c52191e97b4e89ee6311c8c796e359 3,831 1.00/1.00 vMB 54
818,483 818,483 00000000000000000000339f5df0f619ca5ccecca68c1f0dca9285f23d4b74ae 4,915 1.00/1.00 vMB 42
818,482 818,482 000000000000000000011ee34b0bee1b7db4ea3de679058b7193c18fe8b621b4 4,001 1.00/1.00 vMB 42
818,481 818,481 0000000000000000000356282c8869305cdffce5ecfd4c5a0cfc0080b448913a 4,109 1.00/1.00 vMB 52
818,480 818,480 00000000000000000002e74c2b32a0fdd0bf3ed7017e753f05599454301d1d6b 2,746 1.00/1.00 vMB 69
818,479 818,479 0000000000000000000065c2da026da234aee1cd4e775134be3a8f16d18eacb5 3,752 1.00/1.00 vMB 52
818,478 818,478 00000000000000000001ca7a0932b825908a51057993c53584b90b0104949cb0 4,693 1.00/1.00 vMB 41
818,477 818,477 00000000000000000000da83837ad9ae0b31e59bfef4c757ded8f478401e7b7b 5,028 1.00/1.00 vMB 51
818,476 818,476 000000000000000000028c31eab5ae57a2057316302a5e3cea2ab84a5fc55a6b 4,150 1.00/1.00 vMB 48
818,475 818,475 000000000000000000006d67446149dccd0535ec6e973927e2b2c45e9765f942 3,334 1.00/1.00 vMB 53
818,474 818,474 00000000000000000003187599e57cc0a1b4eeba6285d8f9e3dc1e2f37f08e84 3,204 1.00/1.00 vMB 74
818,473 818,473 00000000000000000002a2ed154e4fac11835beeed32e18a95861273539ab345 4,584 1.00/1.00 vMB 41
818,472 818,472 000000000000000000021ca3d90dea1aef1d439a5763e34b027602b7e6db8f34 5,607 1.00/1.00 vMB 46
818,471 818,471 00000000000000000000ca850091cd2cc6416211b7b4e3a051991561e22c690d 3,651 1.00/1.00 vMB 50
818,470 818,470 000000000000000000040c03c7af1686059bab821542a683b2e3aaf6c05eb3e9 3,721 1.00/1.00 vMB 53
818,469 818,469 00000000000000000000b29b424de7787bce701bba661ebe1e90efe3e9d56aba 4,206 1.00/1.00 vMB 50
818,468 818,468 00000000000000000000a96e3059ffb41f8be3a24d39500262508fba0d72d815 3,774 1.00/1.00 vMB 46
818,467 818,467 00000000000000000002c116f4503f81fab69dcbf982ecdcc4b1ad137a6f16e4 5,345 1.00/1.00 vMB 43
818,466 818,466 000000000000000000003886353dd23faa7064b7644c71b3be167d5b51dd8968 4,316 1.00/1.00 vMB 46
818,465 818,465 000000000000000000008f671016eecbf2dfa0f42db0ba783d366ae5da151cf1 4,928 1.00/1.00 vMB 43
818,464 818,464 00000000000000000000074e1b7db45aecea6c355aad4aa7272b7b59d0fa673e 4,436 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 782.95 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: 715.01 GB
    • Received: 17.64 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.