Memory Pool Memory Pool Refreshing

16,290 transactions
5.42 vMB
Show Random Selection Loading Transactions
Max Size: 32/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
2 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,721 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,176 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,720 (624,349 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
283,364 283,364 0000000000000000e65993a0dc4e2796389fca427f3008873318bd0a4d47242e 0.10 MB 151 31
283,363 283,363 000000000000000111a3e629eee3a989a05dba0bdb0300bbc379857e947978d8 0.01 MB 24 56
283,362 283,362 000000000000000183a1bd45c4f85a7d4bbb94efdd79fbc5d6cedc42ed72f3bc 0.32 MB 596 33
283,361 283,361 0000000000000001ac78ed5479e7fae0f5156e648a1df655809435a4b2c9f0c6 0.04 MB 117 49
283,360 283,360 0000000000000001c60595503b35489246240134a5becdbe5b6e63cbae547832 0.12 MB 324 79
283,359 283,359 0000000000000000a66291688028b4ba6ee464300d55c585e391c7df0ae04259 0.25 MB 423 23
283,358 283,358 00000000000000011c2b5c7345a2f8d9b5549d9d6526c839076aacf6f2e1006a 0.05 MB 120 119
283,357 283,357 000000000000000165dc1bfb13b98a9f905f421c7881abdb5e49eb87957a38c8 0.37 MB 579 46
283,356 283,356 0000000000000001e530db3244213a427c70b803a9a1b0244478499b09720855 0.05 MB 83 54
283,355 283,355 0000000000000001d92116225645ebbc314274d1f66aad804e2ad47eb7d92493 0.13 MB 252 76
283,354 283,354 0000000000000000da10cfa6fdbb50a044f06353ccef01fe33ce4a7fcbe45727 0.17 MB 422 46
283,353 283,353 00000000000000016ce604522ab0a86516ff53abc1b379da61df50007dafd468 0.01 MB 27 26
283,352 283,352 0000000000000000e23e2947c4c2ac12b671c379faa2af5beed275f293d52c5a 0.29 MB 547 50
283,351 283,351 000000000000000138b0aaace1a46955cee9f5d1a9d8cc63a9c7c76f83e4624a 0.18 MB 426 63
Previous 10 blocks ↓
Total Size: 769.02 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,624.57 GB sent, 93.00 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.