Loading Tool

Explorer IconExplorer

Memory Pool

51,492 transactions
29.16 vMB
0.08237840 BTC
Random Selection Loading Transactions
Max Size: 156.18/200 MB

Candidate Block

Mining Attempt 4ae2e52e711fe5d15b53eb7aae79d53e5f4be66c86fa2cfd6d62640deee52aef
Version 20000000
Previous Block 0000000000000000000086737fba9a33bd6932388559488701a76c615d9b1e14
Merkle Root 5098fe9927ea4ddc34a8378cb80680b2d930bf295b67eb2abab33f40582f0ae9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,580
Size: 1.00 vMB
Total Fees: 0.01586699 BTC
Feerates: 70.37 > 1.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,714 (415,300 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
499,414 499,414 0000000000000000001edaa19db798b3d8b7d6ab629bac5fe65e1b59e3b9685d 1,028 1.00/1.00 vMB 203
499,413 499,413 00000000000000000068bbf88c8b9a51810e1d7a7bd01f8d3b19a35db723181f 1,353 1.00/1.00 vMB 239
499,412 499,412 000000000000000000780b2f288f59ba924803c8796a7af61e62259526dcd7c3 2,221 1.00/1.00 vMB 221
499,411 499,411 000000000000000000202c162fb17057c7098a5b3365608e1c82291b6deff537 2,482 1.00/1.00 vMB 436
499,410 499,410 00000000000000000041ccd2a4bc77b2431a2da8a2d3d31c55620543755ad3bb 1,249 1.00/1.00 vMB 214
499,409 499,409 0000000000000000004e211590e43c9dad321819ae61a0efecb8914b6e3e3303 966 1.00/1.00 vMB 197
499,408 499,408 000000000000000000a7149ad3415593d3b936cb3ab201bb8c9b8e54593549ea 2,166 1.00/1.00 vMB 222
499,407 499,407 000000000000000000486242fe50a27172cdfc83c036df29a44d08c7a37dcf92 2,522 1.00/1.00 vMB 410
499,406 499,406 0000000000000000005b16223b77715cc541f211c3c4631ca0cf1169c5ea236c 1,443 1.00/1.00 vMB 181
499,405 499,405 00000000000000000039ebe9353b78669c064878f35468ac38606fa936a8b946 1,554 1.00/1.00 vMB 231
499,404 499,404 000000000000000000201a3fc714576895304d3e0557ab308b961b39783cbf52 2,418 1.00/1.00 vMB 324
499,403 499,403 000000000000000000a7dd7ddd64bb4483bd20236f2048c1252ddc61ef89e476 2,389 1.00/1.00 vMB 357
499,402 499,402 00000000000000000053719bb38f88fc24f5d9ff4f2073769baa42af9c16cf8f 1,602 1.00/1.00 vMB 255
499,401 499,401 0000000000000000001e3ede0ce4ad2307b042ae9d8f64f282916266a0f99018 2,349 1.00/1.00 vMB 244
499,400 499,400 0000000000000000002501e870108af2c3f8e3ecb9710b9b4f3246e60ea37b4d 2,175 1.00/1.00 vMB 250
499,399 499,399 0000000000000000007f5fe734351ff61c091d6fd4952d5e43be016022a34bcb 2,565 1.00/1.00 vMB 290
499,398 499,398 00000000000000000069e099cb79111b66c0db191ac068c4c79209bea6a5db6a 2,187 1.00/1.00 vMB 396
499,397 499,397 000000000000000000a299e71c398d57db94313045a4c3519a730f9a02fd2dbd 2,287 1.00/1.00 vMB 426
499,396 499,396 0000000000000000000e6486ce46076feddd51a890bee937f146ccf1dff1ab10 2,423 1.00/1.00 vMB 454
499,395 499,395 0000000000000000009f065d1f1b9d502afc6157376c6f65b4931c7474f133a9 723 1.00/1.00 vMB 142
499,394 499,394 000000000000000000722374f1025c06fdbb95dd4c658d8d4abe00de502257c0 863 1.00/1.00 vMB 124
Previous 10 blocks ↓
Total Size: 781.89 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: 645.12 GB
    • Received: 12.68 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.