Memory Pool Memory Pool Refreshing

250 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 244 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (630,259 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
277,509 277,509 000000000000000394086a49e97e0d385af3b4ba7ca4fe46a187d14f591df929 0.07 MB 156 51
277,508 277,508 0000000000000001e6656b5591462e0837a089aa9f9015aeed8f3d30dfd07d5c 0.05 MB 115 41
277,507 277,507 0000000000000001bc02c8cd0c694d44ef1494af0c801b3483f51c4117db1095 0.12 MB 301 38
277,506 277,506 00000000000000008364378b07dc9d888d1fdd00ac12d2e07e1a618a17228540 0.03 MB 41 53
277,505 277,505 000000000000000320f07426f1d25538f295b9676c649e374c394cceb1d5f89c 0.07 MB 100 32
277,504 277,504 00000000000000011ab921cf141aa3eff79e98bac87c9545d89218d014f8a560 0.07 MB 143 31
277,503 277,503 0000000000000002d4d73d3e2a747a660288bf318f086cbd5eaa08f9de20a38d 0.02 MB 18 18
277,502 277,502 00000000000000010cc7eace1a31436f0033713e9cc9b5cb96381ffa3402df94 0.15 MB 140 22
277,501 277,501 0000000000000000b53b7fe92c643e4985cdae41fee10f15c77d2404ddbbfa84 0.15 MB 258 25
277,500 277,500 0000000000000001a07b4688e9bd626b5d0d6af29724e54e6737edf4dc7bf07a 0.10 MB 151 29
277,499 277,499 00000000000000037695a6589ef2fa5643164d9a223e63a00e4d919103331ede 0.14 MB 93 12
277,498 277,498 00000000000000028fbc4dcee1f3b40bdda12ccaf21c1ae3f921aa1b12e119db 0.19 MB 368 44
277,497 277,497 00000000000000029cee978928489eb486853eefa413bf41c647562199ad6cc4 0.50 MB 1,027 42
277,496 277,496 00000000000000005d6bf1ad82c2a4d38eac56a1591edb3d81ed8a2bf65ff190 0.16 MB 54 11
277,495 277,495 0000000000000000a10ce43dced92a75d6a7068b188c8655b4b7f02e28779fa5 0.25 MB 283 38
277,494 277,494 000000000000000256382619a356561bb4c5204ad142aec0bd812c726919b8bd 0.50 MB 1,045 36
277,493 277,493 00000000000000027aee50e42bd9964de02ac51de0dd953d24a4068b6c70070c 0.25 MB 729 92
277,492 277,492 00000000000000033d2022faf448de9f934580ec5fe61a5b73987f51876e225a 0.35 MB 740 43
277,491 277,491 000000000000000060a8921ddd6370cfff63020fe5eef14fb3bdd418cfa70cc6 0.03 MB 57 81
277,490 277,490 0000000000000002dcef87ba12658c2ae1967f98d90c4359a1ca5ac2d5e86dab 0.02 MB 47 56
277,489 277,489 00000000000000031760d88981060dbf89c7e43c6738fcaeef7f383822066c81 0.18 MB 196 23
Previous 10 blocks ↓
Total Size: 769.11 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,629.32 GB sent, 93.42 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.