Loading Tool

Explorer IconExplorer

Memory Pool

53,776 transactions
29.92 vMB
0.10352886 BTC
Random Selection Loading Transactions
Max Size: 160.67/200 MB

Candidate Block

Mining Attempt 1716854f9382582d1c1d3d9d08878dc26aaa598f3dee142e18982e90c3721fdf
Version 20000000
Previous Block 00000000000000000000c82bf1f7d055428156e8d4702bdc0fed9066619a5fcd
Merkle Root 77e67a6c9f0488be2076b5d6242338259b26ede15f20647f8c010b28c1b8223b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,186
Size: 1.00 vMB
Total Fees: 0.02859653 BTC
Feerates: 157.35 > 2.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,713 (415,297 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
499,416 499,416 0000000000000000006db1f13175bb8755347c1dc144b327d3ba170b7b0ff785 2,084 1.00/1.00 vMB 421
499,415 499,415 00000000000000000021b21d6866aa1bf6d7f41dd2e0af7dd4450cb70d7a44d9 1,609 1.00/1.00 vMB 502
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
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.10 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.