Memory Pool Memory Pool Refreshing

6,867 transactions
2.55 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
899,754 0000000000000000000237740000000000000000000000000000000000000000 ago 1.00 vMB 3,415 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,753 (15,172 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
884,581 884,581 000000000000000000003388301dd0f89aa35d3bb34cdf5321dfba513091fc46 1.62 MB 3,269 4
884,580 884,580 00000000000000000001fe58082a6134e3f9154685d4a26bc0320d677f02f4f1 1.47 MB 2,239 2
884,579 884,579 00000000000000000001cd65c4cd978abec93972d8879fde28fa2a9b41bacd31 1.64 MB 3,374 4
884,578 884,578 00000000000000000001266348a4dfc3e7be1270949f06737ac05e54542799e5 1.64 MB 3,591 3
884,577 884,577 000000000000000000014c90fc0d94bc6105d77d746d35b2f2a801056431a70d 1.64 MB 3,399 7
884,576 884,576 00000000000000000001c76f9c942e51040df61b1dc614db027a7be8e0d68573 1.54 MB 3,539 8
884,575 884,575 00000000000000000000ba28683bee39dee1a1a5e2044b4b4ec44bd0217a51ac 1.69 MB 2,676 2
884,574 884,574 00000000000000000001a55947a2fbbd9922e657f65cc62f66cfe2a0c97ff518 1.66 MB 4,107 5
884,573 884,573 000000000000000000010afa04aff9dff2b7a841ada609fea2baddbb94705ba9 1.56 MB 3,699 5
884,572 884,572 00000000000000000001d855b24d0c2aae5cb6601b4b04f8473f4283b01f0dc4 1.64 MB 4,017 5
884,571 884,571 000000000000000000002d41810ded2342ad260a39753792b517bb0873ce5c86 1.54 MB 3,644 5
884,570 884,570 00000000000000000001460f4b13726280730290afdd2c840664385643639006 1.84 MB 3,995 2
884,569 884,569 00000000000000000001dbe964371251ccac38da01d8f9496e27a147dc162fd3 1.64 MB 4,071 5
884,568 884,568 000000000000000000007247b03def429f445c08dcb1d1a3942c394901dd86b1 1.79 MB 4,260 3
884,567 884,567 000000000000000000018db934527caaf80a6b83fdadbe672a39049b39552b3d 1.88 MB 4,957 2
884,566 884,566 000000000000000000022864b586643fa084203c1e8c2ed9a0c91c2edc8f6013 1.82 MB 4,925 2
884,565 884,565 0000000000000000000226dd578f044040447460061b985233e109b4adb1c872 1.60 MB 3,982 5
884,564 884,564 0000000000000000000025362956f1b925923593e4386d8ff4e8af580c69a033 1.68 MB 3,192 2
884,563 884,563 00000000000000000001d77f88e6e84ba0625a0bf356ef94b070d39ec02b7589 1.63 MB 3,414 5
884,562 884,562 00000000000000000002493f9dbadbbe8c61b0a83ac99bb80d505edb69361f49 1.59 MB 3,573 3
884,561 884,561 0000000000000000000109ddfdb1713c42f262154bfa3e3d355e958124e8e4a6 1.58 MB 3,475 6
Previous 10 blocks ↓
Total Size: 755.56 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: 529.72 GB sent, 26.28 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.