Memory Pool Memory Pool Refreshing

4,184 transactions
3.47 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,682 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,195 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,681 (815,116 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
93,565 93,565 000000000000afacd7f9065305f4a8a021a708292f200e285f343662980d3dde 0.00 MB 4 0
93,564 93,564 0000000000030807f01854376c24bd638e3d49b7d486cf77c34b62dbc6aecfb2 0.00 MB 5 0
93,563 93,563 00000000000983182b444672e1132c5298dca3a9fd908cefbc51cd1a09ee60ea 0.00 MB 5 0
93,562 93,562 000000000007b658774a8c801f7ae1f6eaaa013200447ee0a3c8799e14472fd5 0.00 MB 1 0
93,561 93,561 000000000003c111b0bde7b8e9af3f70af9c8c015fe9e65c79c8148631e31833 0.00 MB 1 0
93,560 93,560 00000000000820bc5a1fc4f00adb375cb0a06a070aec0177cdac5ab6f42c0beb 0.00 MB 1 0
93,559 93,559 000000000005936c8584caae9c05bc98f0a0eb2a455242c46c9bc09d729977e6 0.00 MB 5 0
93,558 93,558 000000000000a75226e4b24baeb4b240da410efc1d59c5b2c66ed16e94e5d1a8 0.00 MB 3 0
93,557 93,557 00000000000133bff7eb288c01834afe129b62492a9b8dd1e02f39c9dc10d39c 0.00 MB 2 0
93,556 93,556 00000000000271950f5056fa95b63dde6bc6449b11cd27e7e3c7a975620071b0 0.00 MB 3 0
93,555 93,555 000000000007af58aea99bc0f835e714b824295cc6b196b5207a5f720811e411 0.00 MB 1 0
93,554 93,554 000000000003edb722c935ab18608160eb0d33943c2bf55b72409eb7fafb1de6 0.00 MB 4 0
93,553 93,553 000000000006a8efcafde2c9970c65dd119900a642a92c906c3c5ac0f1d97641 0.00 MB 3 0
93,552 93,552 0000000000056f8616395095cb7ca18460b07045ea6fd6ad406e5fc020494db2 0.00 MB 1 0
93,551 93,551 0000000000012cab969fbeee349423cb9d823f6df8c52b70ea80178fdf6673f3 0.00 MB 1 0
93,550 93,550 00000000000114c45029fa88ecb4d0050c77f73252f38a30845742651cb59adf 0.00 MB 2 0
93,549 93,549 0000000000043c75149184c934e8dfebacbccbb161adeb12a890ab7f9c90eb69 0.00 MB 1 0
93,548 93,548 000000000002e8fce20a411b0790c61436eb83decd63c2c7a50f00c9110009c2 0.00 MB 2 0
93,547 93,547 00000000000972b558bf44400ad66d5c85e3c410d3fee71cd297abae516277cd 0.00 MB 1 0
93,546 93,546 0000000000014e88bfc9fac9026c4859e81141bb53ae758315ef9e157286d04a 0.00 MB 1 0
93,545 93,545 000000000002f74b94242868dffda91e248923de85ab89d40edd1d51e92055ff 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.97 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,853.85 GB sent, 101.78 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.