Loading Tool

Explorer IconExplorer

Memory Pool

81,741 transactions
30.74 vMB
0.09837835 BTC
Random Selection Loading Transactions
Max Size: 187.69/200 MB

Candidate Block

Mining Attempt b853531ea9f4ca6fa7f7879f76390ae0048b5368445564d609b65232d41ba85a
Version 20000000
Previous Block 00000000000000000001341e3d93978594e8c6b2f50720725be672de3d340c6b
Merkle Root 6b66198ac04b1fd80971526b6158c64bc32e87e70d015d3460a0347597b65e7e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,989
Size: 1.00 vMB
Total Fees: 0.02653964 BTC
Feerates: 301.60 > 2.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,390 (84,938 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
830,452 830,452 0000000000000000000266fb04139f985ad53f6113ad8a2ff73ec3f77e0e6185 2,170 1.00/1.00 vMB 31
830,451 830,451 00000000000000000001a60cecadc763813e986c0a3aaccb0e6f5b98acc4582e 3,055 1.00/1.00 vMB 38
830,450 830,450 00000000000000000000686d5bcbe857c82f0d65ebd762f40cb80566986b5de0 602 1.00/1.00 vMB 33
830,449 830,449 000000000000000000009069e00fa5d2e83b4860e13bef71233a67daf8ccd704 188 1.00/1.00 vMB 33
830,448 830,448 0000000000000000000157e9da6a26dada4a6f7d49f5d1c7739bfe6a42e858af 939 1.00/1.00 vMB 35
830,447 830,447 00000000000000000001d688b117267c2cb59e92dc725b4191f0ac1c36f51aa8 2,105 1.00/1.00 vMB 37
830,446 830,446 00000000000000000001709e9506166b1f61b5fcde7b719d1baa9c1c991d9d47 2,252 1.00/1.00 vMB 39
830,445 830,445 00000000000000000000e012e53027eba954ee297018407a71d80d4c6c250855 2,202 1.00/1.00 vMB 45
830,444 830,444 0000000000000000000304aa204dce4095db2bc1dacee381abdaf57abd5f3616 2,798 1.00/1.00 vMB 46
830,443 830,443 000000000000000000008be9bf9b9654c86a39ae0cbb4c22343fbd5510517b8c 2,650 1.00/1.00 vMB 52
830,442 830,442 000000000000000000011d5e965e733d3b5ba64a35b1e7acc49ac798af964943 2,701 1.00/1.00 vMB 56
830,441 830,441 00000000000000000003a50f89fda4ac9c7254fb900798adc6403ccd1e31bd37 2,531 1.00/1.00 vMB 53
830,440 830,440 0000000000000000000144d87910b098b49c037c0e271d146c5a62a9aa7447b9 2,114 1.00/1.00 vMB 40
830,439 830,439 00000000000000000001baa62aa90aa94c136537711a1fcad4989e94c7f05156 2,402 1.00/1.00 vMB 29
830,438 830,438 000000000000000000033f12f4864909a8c723bd83ef1e8a1cd90e9e2c45cbf4 2,651 1.00/1.00 vMB 35
830,437 830,437 00000000000000000001edeb0c9a40ebe4da218168e085dbe96245d6ecb58cbb 2,490 1.00/1.00 vMB 40
830,436 830,436 000000000000000000028892c1af5dfab6d518b1773f022e9a87ed82a1e41828 2,240 1.00/1.00 vMB 26
830,435 830,435 0000000000000000000350508d4071913f91b1643fc54a4c461f795ae7c82a57 2,445 1.00/1.00 vMB 35
830,434 830,434 000000000000000000028298eb2d546d5e38e7889c374ba7e9c65f34eeea913c 2,691 1.00/1.00 vMB 34
830,433 830,433 00000000000000000003b926e49fa66d12d8bdc22856aeb1c7d9b540412d9e42 1,929 1.00/1.00 vMB 33
830,432 830,432 0000000000000000000307dc94f49250d8d40a89433a3f1ba869c53535a12590 1,871 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 783.07 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: 720.89 GB
    • Received: 18.30 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.