Memory Pool Memory Pool Refreshing

3,707 transactions
1.14 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,630 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (614,201 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
293,502 293,502 000000000000000080b4db20e92ac6c49f98c37938a851cda24b5c4b4cccb930 0.00 MB 8 33
293,501 293,501 000000000000000037cc63a18ce75743a430f1869572a834ced91f88ce27983f 0.02 MB 18 19
293,500 293,500 00000000000000004e3d424ec2a0c9c1f09daca6d420918161ffb54ef5304435 0.21 MB 198 18
293,499 293,499 000000000000000010f286636e896b574521acb152d3b3464eac152e8a03e01b 0.25 MB 598 39
293,498 293,498 000000000000000029b2e50f33c0a8180424a8095f5b4e973689369a084311c9 0.09 MB 256 81
293,497 293,497 0000000000000000233969d828fbe99cc9afaac99631df6cab34e2d790cd48b8 0.27 MB 299 25
293,496 293,496 0000000000000000c975d062bb91f5eb81bdb7942d8514e3828630abc6ef02fc 0.06 MB 128 115
293,495 293,495 00000000000000002157e61b23b8612b57f4f9f4ba1b50d882bfd0cf11f16ab9 0.24 MB 265 21
293,494 293,494 0000000000000000c03b7c0002a89065d42fa85bca2eb343b03c763584dde30a 0.25 MB 458 31
293,493 293,493 0000000000000000ba89674cd3f1f76910d1db33d06e0a9a9001a9241213a2d1 0.05 MB 128 36
293,492 293,492 00000000000000006557f3a98f2b4475b4591abbe04402b138ef3d32655c65e3 0.20 MB 308 30
293,491 293,491 00000000000000007fa37d1f354869c361218e09e83897be7ecd3c0ea14562e8 0.25 MB 259 19
293,490 293,490 000000000000000051beab1c9f34e2791779b457adff021b23ea1fc45a8714ef 0.11 MB 256 52
293,489 293,489 00000000000000001befb97ff5793ccfc8b59bbad71b7c25a3969811dc6a17fd 0.07 MB 109 24
293,488 293,488 00000000000000001ffee00d5b827289e17478bebfe4839103d6a73e885e83a6 0.07 MB 71 19
293,487 293,487 0000000000000000b0e5f7b514427c74e6d723c789d08437d1f68ae03bd1f663 0.10 MB 256 38
293,486 293,486 000000000000000000df09ec14e19fbccc0b0cb2e9c4c245ebdb24012a8d3fbc 0.04 MB 128 55
293,485 293,485 000000000000000094718071ee52d34531174a1304c459691bd30d0810959b53 0.22 MB 365 31
293,484 293,484 000000000000000063126620af3f979e92e852a332bb03c723119a3f8fa1da26 0.50 MB 839 28
293,483 293,483 000000000000000092268fe69290d4150455aee141bfa0271c6948d18e56dfd0 0.09 MB 256 61
293,482 293,482 00000000000000008597ccd9f5dcfe8aa52d50a0e6554372ae4d61e13dcf993b 0.33 MB 490 28
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.