Memory Pool Memory Pool Refreshing

5,733 transactions
1.45 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,830 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,925 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (35,394 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
872,435 872,435 000000000000000000027cad10806f7da941247fcb9140fb57c944dba64e6ab0 1.44 MB 2,304 11
872,434 872,434 000000000000000000014a2d6655ea605850812a5f50b75c959b9fd5be97219f 1.35 MB 1,574 9
872,433 872,433 0000000000000000000255dc613536d1cc40a9601ed7193f9061ab821a2e5dd9 1.26 MB 1,011 6
872,432 872,432 00000000000000000000a83193779e79d0a89baa9c59184dc1238bac5cb7fd17 1.34 MB 1,153 7
872,431 872,431 000000000000000000012e3ea70b27e2a7e5eac13a0dad0aa9b8823ea045c6dd 1.36 MB 1,355 8
872,430 872,430 00000000000000000001e52adccf68a83eceecbf29dc304b73ab7dccc70e3f6e 1.55 MB 2,307 5
872,429 872,429 0000000000000000000186b618ccb17339e6a14950ec77ff2bb4f4e616b284ff 1.51 MB 1,629 6
872,428 872,428 00000000000000000001c4a0063e4faa2efc8f898b1fbb44d9a6438963e73434 1.65 MB 3,181 6
872,427 872,427 000000000000000000028e35178b773d1c2f7411f5ea7ecb47be75e7f2bdbb15 1.12 MB 524 7
872,426 872,426 00000000000000000001acd47668e7f9c6443652eb03359fbe046027c1443e77 1.61 MB 1,867 8
872,425 872,425 00000000000000000001c2e1ace5bb36976b8d0c71b4bb11dea84b875bcbc2d8 1.43 MB 2,533 12
872,424 872,424 00000000000000000001595436d4792f4fb19286334645127f74ee582468ad23 1.48 MB 1,882 9
872,423 872,423 0000000000000000000272683d2cc845ac246c42f76746433932387ec40f9974 1.55 MB 3,031 9
872,422 872,422 0000000000000000000052141216957a612050792995f57709e9bcdfd27b98e4 1.80 MB 4,141 12
872,421 872,421 00000000000000000000742994bd07c3c54c70a89e4f34b5edd18e7149584f97 1.63 MB 3,860 8
872,420 872,420 00000000000000000002a3dba1572ded64a2ed2685354959800ab9166b46d537 1.74 MB 4,658 13
872,419 872,419 000000000000000000023e9b5aac64aa95f8634d9501524266c6e1d7677e089b 1.71 MB 4,116 9
872,418 872,418 0000000000000000000149f8ab6fdc9799a587335dd157160604728e42e109c5 1.73 MB 4,598 12
872,417 872,417 0000000000000000000196b2ed98531b2259ddb1c2e4a61ce866c764b6dd7fe2 1.77 MB 4,831 10
872,416 872,416 000000000000000000018c92e6f061a2eb5155ae4461c3aaceecc7d4d0d9109f 1.48 MB 3,023 11
872,415 872,415 00000000000000000002a681b471b69ec36e9388c32e0b29472d512dd984a61c 1.81 MB 3,859 5
Previous 10 blocks ↓
Total Size: 769.22 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,634.66 GB sent, 94.04 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.