Loading Tool

Explorer IconExplorer

Memory Pool

44,623 transactions
27.44 vMB
0.06317554 BTC
Random Selection Loading Transactions
Max Size: 144.61/200 MB

Candidate Block

Mining Attempt 5c69c4203696e15c30949569bdb7a3c7d98a7091e7210c55e7792e0a1dd29e30
Version 20000000
Previous Block 000000000000000000015fe54d703480c778f5e8c27a53d251a583c6e5acb2b6
Merkle Root 59fb656478e9881fb35a71f0882a4078b2ec78950e3bdd689827d256ea4d507a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,775
Size: 1.00 vMB
Total Fees: 0.01162682 BTC
Feerates: 134.30 > 1.17 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,913 (450,485 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
464,428 464,428 000000000000000001e9a77be97e42d53e21c6326e1d99d422d8359c201cea3f 939 1.00/1.00 vMB 132
464,427 464,427 000000000000000000218e16686105d63d9af36e9a815fae352667d9def98bfe 1,747 1.00/1.00 vMB 150
464,426 464,426 0000000000000000007971b4f6309bb8701f00f1d714723810cf229ec8ef98fe 1,215 1.00/1.00 vMB 138
464,425 464,425 00000000000000000024a8fe8c085bbc8d3fc643562d8bb5d25f7ffb186d8842 2,034 1.00/1.00 vMB 158
464,424 464,424 000000000000000001f02798776e208f8de551a0a5ddab0b6ed4b44665a04140 1,942 0.93/1.00 vMB 149
464,423 464,423 000000000000000002192fc0a05ebcbe253df03286e65dcf25bd23d48d122662 2,324 1.00/1.00 vMB 224
464,422 464,422 0000000000000000007d28c366355932dfe06fac7332b596e8dfe0fa738aedf7 2,487 1.00/1.00 vMB 160
464,421 464,421 00000000000000000158606dfd5b1b7ab1270af13e817978f5ae7afe02928358 2,604 1.00/1.00 vMB 216
464,420 464,420 0000000000000000011fdb9778ae7cea413ac9e02b483d20aab8c182d0277eb8 1,989 1.00/1.00 vMB 244
464,419 464,419 000000000000000001abb8b448889665260645970f22c05a05310cf954447f5e 2,663 1.00/1.00 vMB 139
464,418 464,418 000000000000000000c8e0250233c9c96f0b820fe35335dade0e602729f46912 2,260 1.00/1.00 vMB 200
464,417 464,417 0000000000000000002b39b4d4adf2141ee9b6ef33fec9339db7f69e8bd48851 1 0.00/1.00 vMB 0
464,416 464,416 000000000000000001927c7cc50ed19ebceae8715a214e31d5dbd8acc914a318 3,201 1.00/1.00 vMB 163
464,415 464,415 000000000000000000be8e8409bc82b681f01100f1f65afce7a8ebfeec07f16e 2,558 1.00/1.00 vMB 188
464,414 464,414 0000000000000000008bdb10f07306ddcf4f91079b52eaa119f9e7bef7c32d55 2,099 1.00/1.00 vMB 138
464,413 464,413 00000000000000000035fa776aa5c7f7d900dee9a634a652a7af9b60c4278257 2,367 1.00/1.00 vMB 174
464,412 464,412 0000000000000000013d2ffd1e97b7e2164a7a63935f28985f3d008aa82b9f99 2,145 1.00/1.00 vMB 172
464,411 464,411 000000000000000001988f1b7f1c06df8e53b46424f6b7cb20f2040ab94342b3 2,310 1.00/1.00 vMB 186
464,410 464,410 000000000000000001909aabd1af17130556ee4a7388dfd1e9ca175030993673 2,244 1.00/1.00 vMB 130
464,409 464,409 000000000000000000359dfe958e77daca74b6578b940fd2c04f0eb44a9eb307 2,565 1.00/1.00 vMB 208
464,408 464,408 00000000000000000201c403619087b80ee4a1c484ff43c7687dd0ad5d53deb0 1,898 1.00/1.00 vMB 126
Previous 10 blocks ↓
Total Size: 782.24 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: 655.06 GB
    • Received: 14.24 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.