Loading Tool

Explorer IconExplorer

Memory Pool

72,554 transactions
28.02 vMB
0.06873999 BTC
Random Selection Loading Transactions
Max Size: 166.04/200 MB

Candidate Block

Mining Attempt bae078b5d056eb05bfc4df185ebb1db7e45db23ae3e1d96da086e0470ce4ef6f
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root 38dfeebf0339c24ec54c43d1d804350efe899e144ae7e7cbd27902c1400f108b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,847
Size: 1.00 vMB
Total Fees: 0.01282990 BTC
Feerates: 101.52 > 1.29 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (313,623 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
601,412 601,412 00000000000000000003ad795a63dcb41e6778a47d04d24b722b6d8d6aabe8d1 2,905 1.00/1.00 vMB 31
601,411 601,411 0000000000000000000daea8860aff53bef70a3353ac0407ecbb135582d60cce 3,131 1.00/1.00 vMB 32
601,410 601,410 0000000000000000000bdbb206b68726dd12d893bb1412c0b5fc4469969793a9 2,540 1.00/1.00 vMB 25
601,409 601,409 00000000000000000010bb90e0644f1aeed6969297e6dd4be177f9e0fe8b49c3 3,216 1.00/1.00 vMB 45
601,408 601,408 0000000000000000000ba58c62662b57389fac072ab90814b551772d969523a3 2,327 1.00/1.00 vMB 30
601,407 601,407 000000000000000000038d2bd1ce29a9bb6fd42ab848197f3def99349355484d 3,532 1.00/1.00 vMB 37
601,406 601,406 00000000000000000001722f2399226e9433fa91b9e46d84cea19e94d078f157 1,859 1.00/1.00 vMB 38
601,405 601,405 0000000000000000001114f138ed68afd667c976da9f8159153d1df1320a9370 3,366 1.00/1.00 vMB 26
601,404 601,404 00000000000000000003f949f2d3950410bf95074972e352b1aa69c66e59cbac 2,503 1.00/1.00 vMB 41
601,403 601,403 000000000000000000113ddeb917899e87dd8540b98f7cb641c06a5db00501ab 3,045 1.00/1.00 vMB 36
601,402 601,402 00000000000000000012d6c3cc6d75f2f716997db130a6e66009f45c04479929 1,793 1.00/1.00 vMB 57
601,401 601,401 000000000000000000118ee2fd54c8d9890ca8db5b2c9940e13b8c50f92a5260 2,125 1.00/1.00 vMB 45
601,400 601,400 0000000000000000000ccd94e48ef52e3198a12594c7cf4ebad759017cc1b65e 2,779 1.00/1.00 vMB 36
601,399 601,399 00000000000000000011e5759e9c776b92d2928c08de1aea0e88274df3fa0b65 701 1.00/1.00 vMB 26
601,398 601,398 000000000000000000079269d919b17c7802a6f6f91bf7aecd623e614fbc21f2 2,293 1.00/1.00 vMB 39
601,397 601,397 0000000000000000000ae15876dec6a8836a38a1d0b4ddfdd60de12b08338d98 2,223 1.00/1.00 vMB 41
601,396 601,396 00000000000000000012fb9247e97999280cc8c1aedde0e2f2e3e7383f909e20 1,695 1.00/1.00 vMB 5
601,395 601,395 00000000000000000004c8db8a9b54a5546e54eb6e34214e9272f51fc81832ae 1,931 1.00/1.00 vMB 21
601,394 601,394 00000000000000000006b6aff191f9b1f30b8f2cda65491c35deb875df7287a7 1,534 1.00/1.00 vMB 9
601,393 601,393 00000000000000000003ff857fcab9ad60144d75c45c4d81c537dbc2ac873e58 2,364 1.00/1.00 vMB 26
601,392 601,392 0000000000000000000477e93b6d6c150b33e7a0bffff21404d59404c89ca81c 1,877 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.45 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: 667.46 GB
    • Received: 15.25 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.