Memory Pool Memory Pool Refreshing

4,183 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,841 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,469 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,840 (365,576 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
542,264 542,264 00000000000000000018fef47afb1f6f4a68d3ebb30c5943e8584b08884a8d06 1.22 MB 2,555 13
542,263 542,263 000000000000000000231b8d8a130cc1dc8a732540b83403ee1944cfc0eaf458 1.12 MB 2,870 7
542,262 542,262 0000000000000000001f4ab8594f6825ebfa3f4aa2dc9834a6ab7a2f04cbc5db 1.34 MB 3,001 15
542,261 542,261 0000000000000000001509883deaf5c2bf026625c9d95247343336359a803b6d 1.21 MB 2,200 37
542,260 542,260 00000000000000000023f0ae8b6495bbc415ba0b3fc534196d0694812b817428 1.20 MB 2,427 8
542,259 542,259 0000000000000000000f0ba5c09170ec76d59052f611c2514004bbefcb472c44 1.21 MB 2,294 35
542,258 542,258 0000000000000000000ffbf01e1909f731996d70aa3f9a12a1458c66cdbbce3c 1.19 MB 2,619 35
542,257 542,257 00000000000000000013c8f7fa39e499fd9c77d5f61a160c44a4d2fc11fdfb94 1.30 MB 2,637 28
542,256 542,256 0000000000000000000a35fe524c6cbf9a01a573e8df79a1d8171a718b7c0ed9 1.38 MB 2,880 9
542,255 542,255 0000000000000000001d2b006882f683b7d7792406f4f9167a6a5aa2c150701a 1.14 MB 1,790 17
542,254 542,254 000000000000000000151a7fd0282277188762ea67d835507492f3c95c57e994 1.10 MB 1,510 24
542,253 542,253 000000000000000000166aa393fdc27e558d9c472b0e0033b5db94710b220588 1.08 MB 1,191 36
542,252 542,252 00000000000000000017594489728e47b2de8d342ecfbf863106252c63477184 1.03 MB 603 56
542,251 542,251 0000000000000000001f6212a030f4604223213dbd75e39834051fa7289c0cb0 1.02 MB 657 73
542,250 542,250 0000000000000000000a1b4e298408894e7be649ee5b168c1377a34eda550cc8 1.26 MB 2,359 26
542,249 542,249 000000000000000000028e7b6b9b8865421edd6f5839bed290c17f708b4ba05d 1.16 MB 2,261 21
542,248 542,248 0000000000000000001870db1c0e90208f791464612ee3795115290926b39fd0 1.13 MB 3,141 5
542,247 542,247 00000000000000000019b4a88fe86fd8307fad181ed456e591751ca126de9ba9 1.20 MB 2,915 29
542,246 542,246 0000000000000000002455a806830786d2bfc5a2020c59d0c6412e4fd7cbd624 1.18 MB 2,761 10
542,245 542,245 0000000000000000000e1a44778f42f6fab224978c46182b3f4d1cc38629f828 0.65 MB 1,508 18
542,244 542,244 000000000000000000166c00a95f90439a527b02258dc67e7aa5553394e0965a 0.04 MB 66 36
Previous 10 blocks ↓
Total Size: 769.24 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,635.06 GB sent, 94.14 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.