Memory Pool Memory Pool Refreshing

5,656 transactions
15.29 vMB
Show Random Selection Loading Transactions
Max Size: 64/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
908,302 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,936 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (887,614 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
20,687 20,687 00000000dbc8f1503a947d0e815590a3ebb1285f268f8fe6e7749b1274bbe386 0.00 MB 1 0
20,686 20,686 00000000f3d2c93f7eb5807c1b09e8dfb36183afd5808d2058fafef9bf4b5523 0.00 MB 1 0
20,685 20,685 000000000a6eae86e5206d09b824b981c85b1328c3c8594795422f9a64b5594d 0.00 MB 1 0
20,684 20,684 00000000813156c63b5417786ab987f3418abe24c027a11bd892773e3f3c33a3 0.00 MB 1 0
20,683 20,683 00000000364a6c0d65d5639628162b0fe4d6d6b4c668edd5a9e1c190514ee0c7 0.00 MB 1 0
20,682 20,682 0000000055459ba254dc2ca101221fe1325f54c55396f6d77de86e4759d367d7 0.00 MB 1 0
20,681 20,681 000000004492db0af5a0408ce5efa906cd2919f10ee90a1b43b61b9af50daad5 0.00 MB 1 0
20,680 20,680 000000003c45d872e1aa69a5fdcad4bc15a31b4864e8c5a813bf514e894315a6 0.00 MB 1 0
20,679 20,679 00000000895b3f0410005f9f1e2c074adbbcabaf9fb4d2612566f74ad7d2c2cf 0.00 MB 1 0
20,678 20,678 000000004ec94ecc221aa4408d88a874d2cd993c2078e066b0fb6daaac9886b1 0.00 MB 1 0
20,677 20,677 00000000b4e5bdc7f2fc7a85e0e626644a9683bd1ccc6b52f765cb1737348f66 0.00 MB 1 0
20,676 20,676 00000000ee301bfed8856fa21e8f68ddf14786f86534487b990cc65b54ac8a1d 0.00 MB 1 0
20,675 20,675 00000000a2db2f2283226e027ea8369cdae064fd8a3fc3d9987700afef0b8543 0.00 MB 1 0
20,674 20,674 000000006d04a2ec25410a751e6bf1557cf2442e5f6ade60c3952374720706b5 0.00 MB 1 0
20,673 20,673 00000000563104ab4ddee0177180a712403cc508be3c12f8c335edd26fc0651f 0.00 MB 1 0
20,672 20,672 00000000874ae00c40cb9c491be65eacd57603c904e31188589f6f593142b121 0.00 MB 1 0
20,671 20,671 0000000041a600184146fd36b3224efc2ba3fe63f97e6d6a68b6884c96d0ea3a 0.00 MB 1 0
20,670 20,670 000000001bd40322626a56e55246e997fef4a17a525c18f44d246577a1bc74d4 0.00 MB 1 0
20,669 20,669 00000000cf6d45053ef1f90907697261218004f957e343e42f490b87638f5535 0.00 MB 1 0
20,668 20,668 000000005c0bbd9188060410665c885205db8f427f8c56727d2fcfcd3ae062a2 0.00 MB 1 0
20,667 20,667 000000001375ae9b0426a2d6761314ccb132001fed5c1ff3f436b394e7bc2a5a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.18 GB sent, 98.48 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.