Loading Tool

Explorer IconExplorer

Memory Pool

92,522 transactions
24.94 vMB
0.11071138 BTC
Random Selection Loading Transactions
Max Size: 168.25/200 MB

Candidate Block

Mining Attempt 62e9ed83c289ce18e50546eb43b1354d0e1bfdcebd002fe4ea0da228d0f25c28
Version 20000000
Previous Block 000000000000000000016bde5534191959d870851b7da5e58021e94ca07f41e4
Merkle Root e7cdce40e06ff7ea24ddba2aa5bf04d94789853866f5b1ed200de0220517e311
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,611
Size: 1.00 vMB
Total Fees: 0.03627642 BTC
Feerates: 150.75 > 3.64 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,905 (846,484 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
69,421 69,421 00000000000c75ad28b1ff788acc7f1688d37e52ae71d12efb9aeabd05258b59 2 0.00/1.00 vMB 0
69,420 69,420 00000000001b0142eab9e5da7188ef8762c49113b3c988086d54089f826787f9 2 0.00/1.00 vMB 0
69,419 69,419 0000000000b2501609bfe9012796d26e3bbf46c3a10f6c288323080301689cb0 1 0.00/1.00 vMB 0
69,418 69,418 00000000005baf0d561bba9dc8c8143617d37649fbf01fe8e6796a64b7049153 1 0.00/1.00 vMB 0
69,417 69,417 0000000000e67b57aebc7e75b2e0b0987c3bbcb240ea7a27876d60e1e8e85db6 2 0.00/1.00 vMB 0
69,416 69,416 00000000001a624f652cdcd4e9a06df49b19323d49f8bb3ae9ee5297231b7d07 1 0.00/1.00 vMB 0
69,415 69,415 000000000062743ecbd77164b4c507bb7c91f215b57aeaf97d1879d7b74d6719 1 0.00/1.00 vMB 0
69,414 69,414 0000000001343a0ae1b2bf54f29aca4471a304e767713b998d80e0a0751f1be3 3 0.00/1.00 vMB 0
69,413 69,413 00000000011536f162187e0028559f35d148f228f63203808a3fbfd32300a4b2 1 0.00/1.00 vMB 0
69,412 69,412 000000000000e9288c9762882cf674e28e7cd55c880d9cd1bfb95d43b069b6c2 2 0.00/1.00 vMB 0
69,411 69,411 000000000031b2146b75723ec60d0d99bcaf905b9ebecca44f77e7d75d9c10c3 2 0.00/1.00 vMB 0
69,410 69,410 00000000002b040b24bd3e3e2636a798b828198700dc5fe68e78392fe116c94f 1 0.00/1.00 vMB 0
69,409 69,409 00000000002d25e8718a9389d75899138d540b476813c0149b5b14c1c71974cf 2 0.00/1.00 vMB 0
69,408 69,408 00000000008c086168b1b2aa4aad86997cf79ffb207274d3f8b2dc0323ab64de 3 0.00/1.00 vMB 0
69,407 69,407 00000000012c8c0966b3aeb637c6bb241317e66b2c1aebbe44729dfe677981b7 1 0.00/1.00 vMB 0
69,406 69,406 0000000000c87e7c86f7158d429215ad107b4c241b4d12bf0f5bf5270ba8c211 3 0.00/1.00 vMB 0
69,405 69,405 00000000001d5c5dda1f51a8d160221070daffb6f97b80092da7d5c9ec4561bd 2 0.00/1.00 vMB 0
69,404 69,404 0000000000f442925846b6dada09243e476d5bda451b0f9de4ed7c1b1a1f26cf 1 0.00/1.00 vMB 0
69,403 69,403 0000000001203f8adb2a781361636e23eca866566e692394b6d40053e3e5e4ad 2 0.00/1.00 vMB 0
69,402 69,402 00000000001c0f960cea0650b038d674b21bc4fa7089909db265c5cb727d1f5b 1 0.00/1.00 vMB 0
69,401 69,401 0000000001099a2a527b7eb8963dfae292720901a8b603d647606dcc3dc672ac 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.94 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: 798.12 GB
    • Received: 22.40 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.