Loading Tool

Explorer IconExplorer

Memory Pool

71,189 transactions
22.06 vMB
0.08234775 BTC
Random Selection Loading Transactions
Max Size: 140.69/200 MB

Candidate Block

Mining Attempt cb41ac56f0223a3ff7a5cc012d22dbe3518ad6012388c580d519179de5e5ba11
Version 20000000
Previous Block 00000000000000000000b83de4677c8641ec3c2f0b02a3339e77133125092b37
Merkle Root 1e4e844965eb84186189a4b3ff44bf720c51eaa48adf3fb4524c3b3749157198
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,610
Size: 1.00 vMB
Total Fees: 0.02647075 BTC
Feerates: 713.01 > 2.65 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,763 (856,566 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
59,197 59,197 000000000a2da6913148ba453dddadaa2452713037a0c4b88600525c83a132f3 2 0.00/1.00 vMB 0
59,196 59,196 000000000c99e39a39dfca310ff685b40d27409e2ba73e9e8cd734df1b0d0d7f 1 0.00/1.00 vMB 0
59,195 59,195 0000000002cfe7f8162393e9983b10c342f840f1bc8239e57672f5768abb8824 1 0.00/1.00 vMB 0
59,194 59,194 000000000a5b51ed6bd000afd25f4376b74355c0442ab2055f41c6b0a29fd960 1 0.00/1.00 vMB 0
59,193 59,193 000000000d93f62800e1efe93f598f7d1d55023ab63eb433a22347a8c773f519 2 0.00/1.00 vMB 0
59,192 59,192 000000000b144fa737603faf11f12842ec544984f8a510ea3a0e90ebe79ec912 1 0.00/1.00 vMB 0
59,191 59,191 0000000006a0961e2e336040061e3d79b04d51e7a7097c0bf58a7d5516a73e9d 1 0.00/1.00 vMB 0
59,190 59,190 00000000044a9bda662a02dad3b63c2a962083c3d72d527e7d3a04a2c4ab62ea 1 0.00/1.00 vMB 0
59,189 59,189 0000000008cf5807c913a16ba47cd4a895f0a4070a0d5043dcb9b7afa29a5eaf 1 0.00/1.00 vMB 0
59,188 59,188 000000000afbf20aa5334956776abd0d9ea665f7534c61afc6287f625009f7d5 1 0.00/1.00 vMB 0
59,187 59,187 000000000c222343d946b129f811c809a18e4ef997501926b02ce36de9ae05eb 2 0.00/1.00 vMB 0
59,186 59,186 0000000004454047a0153095d6ef02f4a47f1cd423c740f9d27c8508990a04a4 1 0.00/1.00 vMB 0
59,185 59,185 00000000054584eaa530aac7528fa0ec41683917e703750404ada6a957e09599 3 0.00/1.00 vMB 0
59,184 59,184 000000000b9ac75f5548a0c39386e44032cf93a9be101a556b386ed368f8426b 4 0.00/1.00 vMB 0
59,183 59,183 00000000076b2addcb57ef1bd2285522f44474734d505c1efca3301452934ad9 2 0.00/1.00 vMB 0
59,182 59,182 0000000001965a19906e528370984e43b01b95c5fb40f16db84bcce9fe95a0da 1 0.00/1.00 vMB 0
59,181 59,181 000000000a7d22c981f11ff011884d400a24b28e20a6f432eaf1db1bdc6df6de 1 0.00/1.00 vMB 0
59,180 59,180 00000000025923383eeabb9ae88dfaf4efbaaaaa63c75f390d7ef363526c9f90 2 0.00/1.00 vMB 0
59,179 59,179 000000000e2a34ce97a293bbff77209f757b04956349e9b30c7fb2f3601323c7 2 0.00/1.00 vMB 0
59,178 59,178 000000000cc05dcbf6fe1c329fbee68ceef38fb19f4911b0075ef9b893c1c564 4 0.00/1.00 vMB 0
59,177 59,177 000000000e054cd5dcfea5087b02f3850ab1b7b8d8e0d04f66d3e52385d74ccd 5 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.70 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: 778.53 GB
    • Received: 21.32 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.