Memory Pool Memory Pool Refreshing

6,541 transactions
1.94 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,852 (376,589 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
531,263 531,263 0000000000000000000aa67745c558c9e0fe0059b6b3ff82d123c15f8e07ae07 1.15 MB 2,846 25
531,262 531,262 0000000000000000002d85d16dcb2e00b62eb0db09088c479cbf90ad18c20a1a 1.13 MB 2,570 31
531,261 531,261 000000000000000000182e281bbed4854ed53c8dd4412aaa0c20bdfb922ba75d 1.13 MB 1,990 14
531,260 531,260 0000000000000000001187a8b85c9d860cfd8a9d6d3589879d4c5108eeb94bdb 1.00 MB 140 1
531,259 531,259 0000000000000000000e9aeb00380aa8e018c92c1ba0892bc21426cbb1a2ef2c 1.10 MB 1,070 3
531,258 531,258 000000000000000000292cf1908c3fa07f59da5cfbd15decbddc37c86700b0d3 1.19 MB 2,659 20
531,257 531,257 0000000000000000000fe3f03969fad24370d17e94b64e61ec6f67d141d7dc3d 0.33 MB 696 38
531,256 531,256 000000000000000000247af54445b2665e14b9ea215d4992d0a852d2d7ccb523 1.02 MB 434 3
531,255 531,255 000000000000000000115c3280a4e4d6e34ecef304c42f5ffe1587a728f04e7a 1.00 MB 272 2
531,254 531,254 0000000000000000000cd2a7b79db1be0612f1b4221d9b3c599e8b3e74dc7978 1.12 MB 1,628 9
531,253 531,253 000000000000000000172bace7c180396bd85985ff5c229ba4782abd8fdf01fb 0.43 MB 1,072 20
531,252 531,252 0000000000000000001cf0c8ede37085adc19c45b5e30b9ae29196df71adaf1c 1.18 MB 2,744 23
531,251 531,251 0000000000000000000a6525ec790b61559bbcdc93192be180af3efc6abb7842 1.01 MB 263 3
531,250 531,250 000000000000000000019d479627e140158b54a0354693775627c963fea27ad1 1.07 MB 1,152 9
531,249 531,249 0000000000000000001ff84696372cf901dbe1ef6c5932a0cfafc60162f27070 1.02 MB 404 10
531,248 531,248 0000000000000000002a2b835d8df2c8da1348c0d1adc3088ceee4b75b19097d 1.04 MB 621 4
531,247 531,247 00000000000000000006c0dbf0396e693da7923b829de628eeac03f0f9f70766 1.00 MB 179 1
531,246 531,246 0000000000000000002ed265e20e8f820e720a198115f793256eca385f8d6c29 1.09 MB 876 4
531,245 531,245 000000000000000000021026160d008866341dae99ed63df4ce7cea279ab9964 1.20 MB 3,019 22
531,244 531,244 0000000000000000002b255865ef52174fc16d98a75f8fb662af19cbc63ee205 1.18 MB 2,084 14
531,243 531,243 00000000000000000013ac0b52d75953f83f5f98f4d6b97f00109673934746a7 1.04 MB 825 5
Previous 10 blocks ↓
Total Size: 769.27 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.32 GB sent, 94.25 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.