Loading Tool

Explorer IconExplorer

Memory Pool

41,225 transactions
31.52 vMB
0.08497056 BTC
Random Selection Loading Transactions
Max Size: 157.99/200 MB

Candidate Block

Mining Attempt 10a45e230ccd9d0ca3a1417a40b89a01f972d4d704dd60e619550795a4190043
Version 20000000
Previous Block 00000000000000000001fb7c00d7c8da0fa3eefc41e5d02be8cc17664e06bb00
Merkle Root 6ce3c9cc7742948f3e6cb9d4b037c1ee377ccffbacb82a136a8532cd61a68669
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,907
Size: 1.00 vMB
Total Fees: 0.02012099 BTC
Feerates: 101.13 > 2.02 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,568 (96,990 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
817,578 817,578 0000000000000000000181bb1424164151d88696cea15442a6a14227bf5dce54 4,288 1.00/1.00 vMB 95
817,577 817,577 00000000000000000000429bac6803c4621b3d2bf81c5a519ca7b4d43e442536 4,370 1.00/1.00 vMB 81
817,576 817,576 00000000000000000002ea272e5f712a06a51ffe48b6cdc9d2d277dcf88024f7 3,247 1.00/1.00 vMB 121
817,575 817,575 000000000000000000025774cec60786fcfcdb49fa4e9e56bbc3bc8f98eebda7 4,472 1.00/1.00 vMB 90
817,574 817,574 000000000000000000042c75b56b996987ea229674afc20a903606362f3e2e63 3,260 1.00/1.00 vMB 151
817,573 817,573 00000000000000000003ca8eedc7d227530e11ee8ca0f184fbeb6435ec840b38 1 0.00/1.00 vMB 0
817,572 817,572 00000000000000000003e6182adad537eead23d10d7a885b1072f862ced701cf 4,269 1.00/1.00 vMB 82
817,571 817,571 00000000000000000000d32eaf40ccd9b0cbf91105b0cc1c5fe8d299b61fc9c3 4,964 1.00/1.00 vMB 103
817,570 817,570 0000000000000000000158699517b53bde6cd6d26cd8d3af4ac771884f0d5aec 4,370 1.00/1.00 vMB 86
817,569 817,569 00000000000000000000ca529afed7c618660ebed3f94dd47abdc0d90d8e9196 4,529 1.00/1.00 vMB 93
817,568 817,568 0000000000000000000373c5bac193b2ab5c05dba243487045e3c259eca32fb6 3,647 1.00/1.00 vMB 118
817,567 817,567 000000000000000000035caabc0123a0d0a9c616609769a522c55cfe69b9a47b 3,534 1.00/1.00 vMB 157
817,566 817,566 0000000000000000000287b5486396f442ce3e1c5abb118f7ae768ee7ce05364 2,603 1.00/1.00 vMB 276
817,565 817,565 0000000000000000000134d5edc7c730ec9bb8f1459b953f36c51f5c946b9ba3 5,740 1.00/1.00 vMB 99
817,564 817,564 000000000000000000025039932d358c1d76f2882522fc2ce29f331148d03fe2 4,352 1.00/1.00 vMB 107
817,563 817,563 000000000000000000014252997778eeedc281f23d633378d45ef062940080ab 3,648 1.00/1.00 vMB 142
817,562 817,562 000000000000000000007b6e7babe516d351a39713ce0559d9e17d9e16332f36 3,697 1.00/1.00 vMB 113
817,561 817,561 0000000000000000000266b9507f60a653bbcbd2dba070950db3aae5ca54acbe 5,025 1.00/1.00 vMB 97
817,560 817,560 0000000000000000000400e435e084af2574ba3fe894b0f903c8169d23b06c14 4,392 1.00/1.00 vMB 164
817,559 817,559 00000000000000000003f230d5784bac226c8a0fd893902870e8d11cb16edc35 3,200 1.00/1.00 vMB 132
817,558 817,558 00000000000000000003a3d9f359ca38db9a5c0253d0e2c5d6e777f2aa96eb61 3,724 1.00/1.00 vMB 161
Previous 10 blocks ↓
Total Size: 781.62 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 625.45 GB
    • Received: 11.59 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.