Memory Pool Memory Pool Refreshing

1,032 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 1,022 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (591,343 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
316,444 316,444 000000000000000008cfdebe4eb9f5330610f8df82411ef9d6900fa79d2e0e57 0.40 MB 547 22
316,443 316,443 00000000000000000a24e9bcd409f50a6c61dad2242a8b1cbc244b9f903c1538 0.27 MB 468 32
316,442 316,442 0000000000000000126a638a80feb017cb4cb7abc2d7d52371655ca302788fc8 0.24 MB 364 30
316,441 316,441 000000000000000012e1b4ee07646d0a3af6953f9115c98220572995fb3afea5 0.06 MB 92 22
316,440 316,440 0000000000000000350403f43a8ed5aee56611bee4c0370ecee71286451db96c 0.28 MB 466 24
316,439 316,439 00000000000000000fb0468250bc38af450b0144125bcc17d83c4a88d8933657 0.18 MB 306 33
316,438 316,438 000000000000000025289e3f8d2aa6deaceadc25866dd22fbacb47d83400e36a 0.03 MB 58 20
316,437 316,437 000000000000000018481fac5006921dd73c3bea50a0d57a754fe21b990e30ba 0.34 MB 579 25
316,436 316,436 00000000000000000ad9bea402594abe6df449aadd2809392b76d2bd87a0e081 0.16 MB 294 28
316,435 316,435 0000000000000000208a86136ce01be9c6e8645ad626dd98937c885472ca99c0 0.27 MB 422 22
316,434 316,434 00000000000000001ea4f9058826729e21d133e65cd0f20b951a8ccbde7acf38 0.10 MB 256 34
316,433 316,433 0000000000000000251626dcda15f1e3df523b3793fb4e2997767351f66f6543 0.41 MB 688 25
316,432 316,432 000000000000000036a3aa5388d30f190bd14b03cbcf6e5258d6af53f411b820 0.16 MB 282 24
316,431 316,431 00000000000000001eae4217b04c5e2a9f90c8df5761dc66c7e4a61da386d4f4 0.12 MB 201 26
316,430 316,430 00000000000000000485857d9b233ded4193c8ee2d353e8f2b526fd0ea1b8bc4 0.06 MB 105 29
316,429 316,429 000000000000000024949d1d63186b5afa566235d39ae22394772732e38885d1 0.16 MB 281 27
316,428 316,428 000000000000000027e2c945e7b8a22a17190fb5e4b86f25dded36daded71032 0.10 MB 193 26
316,427 316,427 00000000000000001244355d78f58fac36d54eb5d8f855c547b4a160379dc07c 0.19 MB 317 25
316,426 316,426 0000000000000000171bb11aeec99c8786d5935d9e38e9b8e890a9713ef193a7 0.15 MB 224 24
316,425 316,425 0000000000000000098c29ca0b87966c2437fc5a295e7b31f7b8b4290a3c1155 0.04 MB 43 20
316,424 316,424 0000000000000000096c06366eeb97ecfda0d2f7204830e4b39e54dc8c2a3e37 0.02 MB 14 15
Previous 10 blocks ↓
Total Size: 769.14 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,631.89 GB sent, 93.59 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.