Loading Tool

Explorer IconExplorer

Memory Pool

75,079 transactions
27.69 vMB
0.07496587 BTC
Random Selection Loading Transactions
Max Size: 169.01/200 MB

Candidate Block

Mining Attempt 5ce347820677d98280040d675eb3245ec687d0958c0ba57b50d0db166f385647
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 7df38d84c71b437eb19d6c10d35adf27f7f39527d469d4e95531bbedf501cbd0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,011
Size: 1.00 vMB
Total Fees: 0.01582408 BTC
Feerates: 80.55 > 1.59 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (269,898 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
645,360 645,360 000000000000000000098e6d1e1cfafae49d7a0a1b016d825c361f8f151a422f 2,593 1.00/1.00 vMB 72
645,359 645,359 0000000000000000000ff1953eb26537ff9cad0f0d6f6d4025368feb4cb03f7c 1,639 1.00/1.00 vMB 77
645,358 645,358 00000000000000000006ae3a87fd3b30ff8bd4637839ae4c782ec86804dd6110 2,213 1.00/1.00 vMB 70
645,357 645,357 0000000000000000000c882f66bec68b9fcac6aad6bed44fa83b0d88753c75da 2,095 1.00/1.00 vMB 65
645,356 645,356 00000000000000000000db3cfb0fbead9967fdd033d0eb85de39d9aac4fb4e4b 2,183 1.00/1.00 vMB 70
645,355 645,355 0000000000000000000d19f75f3caf1f78f8a629e8a2100ff9f941a3a6d7a71e 2,185 1.00/1.00 vMB 56
645,354 645,354 0000000000000000000e44450d9da74f35157b947e4dc8c59ab760067eec4b37 2,710 1.00/1.00 vMB 62
645,353 645,353 0000000000000000000080073516010846ffafed596ac3f4d31f8439ea2cc50b 2,326 1.00/1.00 vMB 66
645,352 645,352 0000000000000000000050025a603a7aebd39b30cc0e240364f642843d1e97b4 2,578 1.00/1.00 vMB 82
645,351 645,351 00000000000000000002ffef46e5b84e1c61fd093ee89334442da6d5a5a73bfb 3,168 1.00/1.00 vMB 74
645,350 645,350 0000000000000000000dbb735c21d86f8ba3151705c4aefe94b09f233d880b93 1,920 1.00/1.00 vMB 82
645,349 645,349 0000000000000000000a851f2e0859f88e89a6e2c3db12444bd73d512c8a2f5b 1,940 1.00/1.00 vMB 78
645,348 645,348 0000000000000000000ba2cfd423168b50d165ab02b7c4afd5b317f9f036b0e0 2,387 1.00/1.00 vMB 86
645,347 645,347 0000000000000000000f37937eefd96252caed558665772ecabf55f845e64e78 1,504 1.00/1.00 vMB 90
645,346 645,346 00000000000000000002aa930022e1c3d85690065bb916e3ed0ba0031a16aeb5 1,606 1.00/1.00 vMB 86
645,345 645,345 00000000000000000003d824ac2787b072190ace166d664a1355a2a3ee27b3ee 2,220 1.00/1.00 vMB 101
645,344 645,344 000000000000000000002e14a1688ba32d78619e7f084c6830aea4e1468922ad 1,903 1.00/1.00 vMB 138
645,343 645,343 00000000000000000009662816b0e262aafff29d3751b9cf0eb50651fac6358f 2,282 1.00/1.00 vMB 86
645,342 645,342 00000000000000000007f986c28c47d747ac6c90313999ad132dc388f191e056 2,973 1.00/1.00 vMB 82
645,341 645,341 0000000000000000000d97f0ed2e8c1e2c1eeb92a1853c3a9107cfd2f11e1aa4 2,550 1.00/1.00 vMB 90
645,340 645,340 000000000000000000070bb944819a77e1f4901666ca5a1fd066d0f6ad5cf0ac 2,712 1.00/1.00 vMB 109
Previous 10 blocks ↓
Total Size: 782.84 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: 712.00 GB
    • Received: 17.15 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.