Loading Tool

Explorer IconExplorer

Memory Pool

76,164 transactions
29.14 vMB
0.10392106 BTC
Random Selection Loading Transactions
Max Size: 172.27/200 MB

Candidate Block

Mining Attempt 713e839a744d14396aa247c27d56e0a317659bff3130f7c0c3bec60c5f17b1c3
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 927e0ac08827892cc605430207d1866d5b4603cf13bf1a0baf6083ec35607b75
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,410
Size: 1.00 vMB
Total Fees: 0.04160442 BTC
Feerates: 201.37 > 4.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (313,630 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
601,391 601,391 00000000000000000000b6d918e8b207a1ae249f2c499d4c7c542b339c650f38 2,660 1.00/1.00 vMB 20
601,390 601,390 0000000000000000000ccdfc8fe8e4350e8a794df03cd7d86f0f18ec33beaab0 3,170 1.00/1.00 vMB 30
601,389 601,389 000000000000000000119677b4bbe2f6d9ef6ae55ad2f2fe9134a53025c2be37 2,093 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 782.46 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 667.91 GB
    • Received: 15.31 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.