Loading Tool

Explorer IconExplorer

Memory Pool

43,592 transactions
28.03 vMB
0.10084545 BTC
Random Selection Loading Transactions
Max Size: 145.03/200 MB

Candidate Block

Mining Attempt 0b05503532559aaa79694b0d1ad8b4cc29e489c816003c6b62efc31647e7dc05
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root 710b2480254d12aa02479153f0675fc8010ee56549e88797705c50c92bed523f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,977
Size: 1.00 vMB
Total Fees: 0.04106199 BTC
Feerates: 180.94 > 4.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (682,250 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
232,409 232,409 0000000000000113ea208c4c2b478b44c6dbb6c647c89f504624fbadaaf79e2a 141 0.06/1.00 vMB 187
232,408 232,408 00000000000000715c18b8ad59145055276322f6f7fb1b654ff6c7a2492e5a4d 187 0.09/1.00 vMB 151
232,407 232,407 00000000000000b6bda5e362604e2be670955cb3875c0b20e46cfdc2914eaf16 178 0.08/1.00 vMB 146
232,406 232,406 00000000000000bb2407620a23f978d7dd16a2297679e05c075153b99c4c87d4 229 0.17/1.00 vMB 83
232,405 232,405 000000000000009c754ad56d6a84a7626b0dd5a8bd97c04a2caeea41501891ae 209 0.09/1.00 vMB 188
232,404 232,404 000000000000008d6d234e14002be9169f2920034956c3f7de886ebaed0aad23 224 0.12/1.00 vMB 136
232,403 232,403 00000000000001a91b4ee0b7495e36867de10cbb9920fc1bfb13beab682c5a5a 128 0.04/1.00 vMB 150
232,402 232,402 000000000000004dec9d931341b884eabdeddcb9127d6afb15ac6b56c3aab44f 380 0.17/1.00 vMB 155
232,401 232,401 0000000000000142de32c60d56198b0b0c5458d2935acc99bf124eea36cc4af7 57 0.04/1.00 vMB 115
232,400 232,400 000000000000011f43e34af3f2f9d0bf296e1bb9c7dfc2282a28ebc000dd538f 113 0.10/1.00 vMB 103
232,399 232,399 00000000000000f0ad7c011af65ae375df56e7e0d4147d36b5aa8667aaabb6a0 303 0.14/1.00 vMB 183
232,398 232,398 000000000000003fc787c9dd93dde1edf300d2ebbd71330e5a636223235e61b1 84 0.03/1.00 vMB 205
232,397 232,397 00000000000001c355b2f49fa49914c1b2634020375f69263f4a7b6e8a2ceb2f 39 0.02/1.00 vMB 170
232,396 232,396 0000000000000031fb837536a851b49d6bdec6b419d0b316829a1143661f73e2 141 0.06/1.00 vMB 207
232,395 232,395 00000000000000a73a8e8539322cef6a417ed0cfb3309b9449524a79f78f7b52 196 0.09/1.00 vMB 178
232,394 232,394 0000000000000127ac3e10f49e4c04837c563193e3ba964610593d9b647302dc 461 0.19/1.00 vMB 164
232,393 232,393 0000000000000037bd4d24fa76b166d73bb908b4701e55aa55e2be52b25f7004 68 0.03/1.00 vMB 135
232,392 232,392 00000000000000ce6bcc807de4808a67b112d92c7d47afca914c8b80fa7a8544 431 0.19/1.00 vMB 173
232,391 232,391 00000000000001955f8cdac4e77c79842cf5a1b1ba4f67e3c4c05db7b7dfdfbf 270 0.15/1.00 vMB 138
232,390 232,390 000000000000003d8e7a6b81bde8602277a2b4391df530f82cc13139f00ff3ce 167 0.11/1.00 vMB 149
232,389 232,389 00000000000001adddf9422b22e46e74b4c9cb4c77557f200fd4b4b43708cf64 195 0.08/1.00 vMB 214
Previous 10 blocks ↓
Total Size: 781.79 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: 633.85 GB
    • Received: 12.22 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.