Memory Pool Memory Pool Refreshing

8,890 transactions
2.95 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,828 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (729,729 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
177,968 177,968 00000000000002c6d5ddc8eb3c727cc15f6f733b2aac3b0100cb09bef94c9b97 0.02 MB 63 56
177,967 177,967 0000000000000052484e804d6c324f3da0f89f3453e728e5b52177c6efcfb5cb 0.06 MB 123 127
177,966 177,966 0000000000000145997c1103103f77a558e1d60507b5443d6d305a77bb0bcbc2 0.00 MB 17 71
177,965 177,965 0000000000000217b7add8051a2b9e1a9d419ee2b1ef07d3c5930e00a11ce7b6 0.02 MB 47 87
177,964 177,964 0000000000000870df12564b6c20f3a9ad2670fe0efef4b613159b0d9d549a5a 0.01 MB 16 119
177,963 177,963 00000000000003abec489246f8b57de1b3c6c817c6406dfbcdf895e0aaeecea0 0.03 MB 37 63
177,962 177,962 00000000000001d7298525d6d8e47f431cb28e782194743b26b3a34ee5465d91 0.03 MB 33 61
177,961 177,961 00000000000003953f372e2cf2cf55ecdb07a3154f64b6391af1cd7f66508991 0.03 MB 77 129
177,960 177,960 000000000000015c202af66eaf4e40bb1e590f2693e1b948562669144c66b69c 0.00 MB 4 0
177,959 177,959 00000000000000df8be399996794203abd5ae6ad948531b906b8cced8a4cb5cd 0.02 MB 58 78
177,958 177,958 000000000000014306ce91af5486ff0d4585ec7be922963df2944dfbcf74e176 0.02 MB 41 391
177,957 177,957 000000000000054a6ea5555190e09f84e3711b288a723154f0e75bb5cba5a1ee 0.02 MB 41 59
177,956 177,956 00000000000005d86b3b6fc40fd68c8c62f5414882f2c045cd3204b3f908b4c4 0.01 MB 26 46
177,955 177,955 000000000000061c87cd979d08b6f7288aee66adee6b31ce9bdd2f030781df5c 0.06 MB 106 98
177,954 177,954 00000000000000fad3e8f99d416f79f0f516194c27208c78295ba896af3a97e0 0.00 MB 1 0
177,953 177,953 00000000000008f95f7ebbf93c2507713db357e9e2fa75f7a93d91912dbdc041 0.00 MB 1 0
177,952 177,952 0000000000000a2aa695f527edc65ec51cb9947189a3642107fa565f106b92b5 0.01 MB 16 51
177,951 177,951 000000000000008590458344b2d2489ac2991c076c4e72c8e397ddf92e59696b 0.00 MB 2 193
177,950 177,950 00000000000006bbc5c26c56b049024350d93c55127b8c35bcf75e4b67377166 0.00 MB 7 45
177,949 177,949 00000000000004a9d504a512635bfa6189f513126bba612cf27991d15c2f7b48 0.03 MB 18 42
177,948 177,948 000000000000067b6f5b2e2fe2f6c79d8149f831b264ddb6a7097dc2892b624e 0.02 MB 59 124
Previous 10 blocks ↓
Total Size: 768.98 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.38 GB sent, 92.72 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.