Memory Pool Memory Pool Refreshing

2,355 transactions
0.82 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,754 00000000000000000002349e0000000000000000000000000000000000000000 0.78 vMB 2,353 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (609,186 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
298,567 298,567 000000000000000001df533bd69c6b9635cf4085cfa14c1f45830fe1d5fe6355 0.35 MB 715 33
298,566 298,566 00000000000000006b0431a080dad12d14e61b3f82810613bb61dc2817d1a71a 0.02 MB 32 37
298,565 298,565 000000000000000067b4740945128551045bef04544cc307ec960f16f0a8cf80 0.01 MB 16 44
298,564 298,564 0000000000000000684e1923e915048e57693f353087a1d6504f8aedd434dc87 0.15 MB 256 47
298,563 298,563 00000000000000001472a91d3f749701ccf3535e4ab08ad795c4d4b5c1e5eb47 0.13 MB 140 16
298,562 298,562 0000000000000000465ab00e93e0d4394bc7a14a57b633a209f628cff7c52107 0.16 MB 269 36
298,561 298,561 000000000000000077fe059b367522e31133ad45d9b40fc34994f9641408e9c3 0.15 MB 242 26
298,560 298,560 00000000000000006211f1cf35999f3ec75bfd592bf2261bc6a4263e0763ae20 0.35 MB 664 33
298,559 298,559 00000000000000004dec9e039050de998e20c0432801384c932d5a0f03d0bcb1 0.02 MB 52 40
298,558 298,558 0000000000000000799f2f4555323281ac461ed43d00014ac0a694e4ee65ab9d 0.06 MB 114 36
298,557 298,557 0000000000000000093a311a2e596de1ee5156efb44475c87b022fd4a0ffb95e 0.15 MB 182 22
298,556 298,556 000000000000000029732ba37fb868cf183190168835c8c687d44c84a511d976 0.09 MB 113 21
298,555 298,555 00000000000000006723815a78d37c1d3ed9d8048fc71d9c07705453ba621d75 0.35 MB 689 33
298,554 298,554 0000000000000000360d66795eafa8075108db64c5403a159c5eafa119a3a366 0.26 MB 432 27
298,553 298,553 00000000000000000922d0256f8f49edd39f8c0dd7544eaa18b2b17f6636878b 0.02 MB 45 11
298,552 298,552 00000000000000002d7721d469521376de95b67bd575bf6db452fe9c7e8039ac 0.03 MB 78 32
298,551 298,551 00000000000000001da48dd30480150ddabfac05c1786e4d838082894fe698d5 0.04 MB 60 23
298,550 298,550 0000000000000000776618b10336062fbd68b15d3d35d92b596dd999651515a6 0.61 MB 983 29
298,549 298,549 000000000000000078d3b2c5d4233f1a0bd9d7316c4fdb43b3d43c6cccb64d17 0.04 MB 69 24
298,548 298,548 00000000000000001b05fe9a4f65124101e8f1aa37313a6c20ce5e8547be9925 0.10 MB 140 27
298,547 298,547 000000000000000058867e5fe71ea46ad2ab815fc7fc6d41c742f2f408a61dc1 0.11 MB 189 29
Previous 10 blocks ↓
Total Size: 769.08 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,628.25 GB sent, 93.31 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.