Memory Pool Memory Pool Refreshing

4,007 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,718 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (383,190 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
524,545 524,545 00000000000000000020c7c47f5740e932d802b884a4153e25a1922ec717459b 0.05 MB 140 35
524,544 524,544 0000000000000000003ebcf49a4d58931191ff4016a68c4f94888beed2cf4758 0.25 MB 675 35
524,543 524,543 000000000000000000176cc883dc08e69fe710d5c473bbfa0e3cb812d9f932e3 0.10 MB 237 57
524,542 524,542 000000000000000000284911689198dd4144f218269961ccabaefcc73f2e03ae 1.00 MB 2,091 29
524,541 524,541 00000000000000000008ffd25ad28bf53b25213f262f8d09f687447d161082bf 0.22 MB 445 52
524,540 524,540 00000000000000000017ed9fd044867f0f7fcef4dcb55bf77e44ce34440352d3 0.08 MB 210 28
524,539 524,539 000000000000000000244410526115c4a070b5cdb04f71521c31cb359e75d6f3 0.78 MB 1,675 26
524,538 524,538 0000000000000000001968836da31c43441daefd65007f0dbf080948cc25dded 0.19 MB 357 47
524,537 524,537 00000000000000000029f12175658063cceea719220474de2d63bb74b9cee125 0.37 MB 393 15
524,536 524,536 00000000000000000009515a45811c7142ca85f2c6e3e44a757f407032f81494 0.01 MB 44 5
524,535 524,535 00000000000000000031e036a2cb47b392fe13f28cb18e30d9f4eb722750db1e 0.00 MB 10 40
524,534 524,534 00000000000000000025e5f94a30a8842fbb1df9b62fb9a1dd56bdef304909b5 0.05 MB 143 19
524,533 524,533 0000000000000000003e8454fc8c552024ca774455ee54cf918ef7f069ea5df8 0.65 MB 1,246 48
524,532 524,532 000000000000000000224fdcd768f5ee884ccac0deb7e6e9b5fc9290c87688d2 0.01 MB 31 47
524,531 524,531 0000000000000000000449d6837ecbefe5c028991b223a2179f2cd00aa18f19f 0.17 MB 402 20
524,530 524,530 0000000000000000002199bf02bf467959a071856a1977814897635c70f73e94 0.06 MB 140 43
524,529 524,529 00000000000000000039aa636822bcb14ad85f5d20ae96d0a4753e992e70b1c5 0.17 MB 487 26
524,528 524,528 00000000000000000003b00bfa67acba54d2c6ebc50208cb9c9af5165175873d 0.72 MB 1,623 32
524,527 524,527 0000000000000000000d45c2eb55b66719e75a24867e3d8330d3ad68d3c7f77a 1.19 MB 2,590 32
524,526 524,526 0000000000000000001d9dc4a4439ce41bbf4cb26e56db111b66b4443c976fed 0.01 MB 45 12
524,525 524,525 000000000000000000069d3fdf23c3c7169b6359c944f28bcacbbcd57456e827 0.54 MB 1,280 30
Previous 10 blocks ↓
Total Size: 769.05 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,627.32 GB sent, 93.12 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.