Memory Pool Memory Pool Refreshing

5,789 transactions
1.89 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,857 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,752 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (4,822 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
903,034 903,034 00000000000000000001d30e90e14e143a57932548fa17a50604844c14d66db7 2.11 MB 442 1
903,033 903,033 00000000000000000000409699ef2b664d3503bafe48f4bacc88dc06ad716afb 2.10 MB 588 1
903,032 903,032 000000000000000000012fcce35e277b7406431c46f1ca7744abe6bf4178f81a 1.71 MB 2,145 4
903,031 903,031 0000000000000000000086e3e5306171b90d9fd99e43951d414b80e643cdcf06 2.03 MB 776 2
903,030 903,030 000000000000000000009a1bfcad90ca53723df8e918a7d70a7e5f1815b80995 1.83 MB 1,727 2
903,029 903,029 00000000000000000001038d91236a5a504d8022bfeeecd0f0567805c46862db 1.92 MB 1,883 2
903,028 903,028 00000000000000000002135d29d1f8efac9796565387e1cf5668a165a5d33a1a 1.94 MB 1,142 2
903,027 903,027 000000000000000000017b0c8f9e24eb5537919d990022afaccfde2bc5c32ef4 2.16 MB 180 1
903,026 903,026 000000000000000000002756d7e38c4507038d7f6ea252f464bcbf4daac5b218 2.17 MB 79 1
903,025 903,025 00000000000000000001180cd92c9cdc53c542955455542c2b8f93f3c0f11798 1.94 MB 602 1
903,024 903,024 00000000000000000000273be61f2ef51e8a58a5a466ef6a2b42395575e4e5ac 1.82 MB 623 1
903,023 903,023 0000000000000000000062ba3c3c0c6972cdb427a01fd3102313162fa4561715 1.83 MB 928 1
903,022 903,022 00000000000000000000b11763c1e27d15c24c90ce3d82ace41af804fbb4a13f 1.86 MB 3,056 2
903,021 903,021 00000000000000000000a61cd2faae5162db90c2d3d3475477e8f3e635bf2d1d 1.81 MB 2,928 1
903,020 903,020 00000000000000000001d24dea981b842b3d27d74c66cfb636bbd63c159f4303 1.74 MB 2,852 2
903,019 903,019 0000000000000000000239208aa9f000b5784c9550b705ccf1d8336d9aff431f 1.74 MB 2,314 1
903,018 903,018 000000000000000000001a7dc1c4c13abcfb4bc9d0c09905fc93f2f02f924d2a 1.71 MB 3,980 1
903,017 903,017 00000000000000000001c8001d2321ad69c7dd8c7306dbee8250e826f94aaa2e 1.56 MB 2,578 2
903,016 903,016 00000000000000000000377187aa703e3c62b1b3ed2fc2ba1e91380d00dbcd10 1.53 MB 3,261 5
903,015 903,015 00000000000000000000f49d29cd2a6c138c57d68c0fdc4fad720b1ad2654df0 1.32 MB 2,144 4
903,014 903,014 000000000000000000019ac66b47b4cd5b24f118a876d7d65515bbdace129c76 1.61 MB 3,189 3
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.41 GB sent, 94.29 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.