Memory Pool Memory Pool Refreshing

489 transactions
0.12 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,799 00000000000000000002349e0000000000000000000000000000000000000000 0.12 vMB 489 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,798 (624,413 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
283,385 283,385 0000000000000001aa4e682a9dddfcaeedba35d3ed94cd2a63e8b35c6db52ca6 0.03 MB 66 39
283,384 283,384 00000000000000012c32ecc1d4757adcd2503156fb6b56b15192dfd5cb69daac 0.13 MB 363 68
283,383 283,383 0000000000000000a2f95d05c579296fc62161614c61e638521192394a54ed56 0.03 MB 86 55
283,382 283,382 00000000000000015a75e67df1f648cc2b3303c328686e32cc6524be192321f5 0.05 MB 100 40
283,381 283,381 0000000000000000123f8d59cdf5da6fac5cea6900571eec7d2fb482ea23b0b3 0.00 MB 1 0
283,380 283,380 000000000000000023ca9363f2345bf985280bb72132748a9a05297cfc1baf10 0.11 MB 210 54
283,379 283,379 000000000000000010cb80235e748de18e9d5702ad8fdcf09a90677af04a0242 0.22 MB 483 48
283,378 283,378 0000000000000000aa2f2da266c85dd61c11f54d9c5f531ec7cbc5113ec5d6b0 0.31 MB 538 24
283,377 283,377 00000000000000012f21a481fd3098a21941d922bea9f84c63e7a4f6d2a69db5 0.05 MB 159 60
283,376 283,376 0000000000000000941d044af6ea854187aa3aa9b889ff6193671f3a0655bf66 0.05 MB 157 70
283,375 283,375 0000000000000001ad22e575f497551300d5baf5f94215b5301945fac08765fc 0.05 MB 170 221
283,374 283,374 0000000000000000e00c7cb28e3f28d6572c5880ed64bbfa225e6c97291415a5 0.08 MB 93 14
283,373 283,373 00000000000000001559d7595b509ebe30c3d099decb2454be26c5597db00c7d 0.02 MB 44 70
283,372 283,372 00000000000000011696a1d0bf2cce4901a46066ba52361b9b0520d69a9f8e65 0.02 MB 53 53
283,371 283,371 0000000000000000182b13f68f3ed018198ae688dd3d07dfb0503b51a78a9808 0.02 MB 33 34
283,370 283,370 0000000000000001954156554c63f9fa27697c4a132ed1a23b6cbdd3d9d4f074 0.18 MB 202 27
283,369 283,369 00000000000000019a835f3af31227d254d18c5c87258ed3261d192c6d5b151d 0.02 MB 42 23
283,368 283,368 000000000000000001918bfd6cacc2cd56bf1697b1be06be40c8b65a64145b01 0.32 MB 601 37
283,367 283,367 0000000000000001169e48dcb7fe67b8515a8f8e3c2d94322503d176574a64ba 0.05 MB 106 44
283,366 283,366 00000000000000001f80e5a33e2548421469700fc9176f6f1d5aa098214eee55 0.06 MB 125 45
283,365 283,365 0000000000000000e93e28fa081a04dee85c4db353ffcdbab60ae2cb1da47666 0.17 MB 228 31
Previous 10 blocks ↓
Total Size: 769.16 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,632.76 GB sent, 93.70 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.