Memory Pool Memory Pool Refreshing

3,625 transactions
1.45 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,093 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,844 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,092 (802,687 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
105,405 105,405 0000000000029923586a5fc624c0d8ef1f609d117ca13c8184808b0abbe9e9fb 0.00 MB 12 0
105,404 105,404 000000000002e9374b9012f632b6b29b3740e0348bc0e7b0564ec855cabd452b 0.00 MB 11 0
105,403 105,403 00000000000062b5ca21417677d9da32534305c3f73fedf6c210b5ed92cd72fe 0.00 MB 13 0
105,402 105,402 0000000000022be37827ed1f738f74d88f079d80f10735d8cd99be484956db74 0.00 MB 9 0
105,401 105,401 0000000000004ee81863aeb5fa976253760280abb41ef95dfb0491c5a9869229 0.05 MB 182 0
105,400 105,400 00000000000142257802d654804fb42e8262baef9705a772947b0449f6d155c6 0.00 MB 13 1,668
105,399 105,399 000000000001083c0f7b36ec5e1402e49404027b3b61ac54eb984d56e1a55461 0.01 MB 6 0
105,398 105,398 0000000000007705e49c7647b4c5fc69577e63d469d4335bc3f9ae8061e23ea7 0.00 MB 11 0
105,397 105,397 000000000002ef539fad0b271dd1b311375751998f1faa93a5055bc98c9a1d52 0.00 MB 13 0
105,396 105,396 0000000000018db28ee3e13a7374038d744194358f16eaa95dca70156b730419 0.00 MB 12 0
105,395 105,395 000000000001c82a915c8c7f71354250fa44cb85feb09e6ceb9806aa2f6073db 0.00 MB 3 0
105,394 105,394 00000000000204c4d061e1b44ef547872e2137aa4b8518a46bef068139b3b420 0.00 MB 12 0
105,393 105,393 00000000000264ef5078f789894c7095f2dace947cc0d15fb766ac0b5d6c943e 0.00 MB 12 0
105,392 105,392 000000000001e547a532060290a313ac7c6c293226707d4819157b3d24178316 0.00 MB 10 0
105,391 105,391 00000000000291df5a85b196db9b42f1c9b342442f6eacdcaf8364ed746c3649 0.00 MB 11 0
105,390 105,390 0000000000015c9617a3a6b300e3d6d9d0191e338357ff1ce4aa51a66201c028 0.00 MB 12 0
105,389 105,389 00000000000042fc4799e3d280a14ea49767e852d2cbd2565404ee594dd79fe7 0.04 MB 30 843
105,388 105,388 00000000000265751e148918862136990b3da2cd3b8662562f7c062751bff8f1 0.05 MB 189 0
105,387 105,387 000000000002d4a8def3360651d5d1e9783ab7a1b7d4c419f4471161c3581f75 0.00 MB 11 0
105,386 105,386 00000000000081c4488ae8143b26c1f0b1df33e9dc495be2cccc8af0aa4fc553 0.00 MB 12 0
105,385 105,385 000000000000e06a23a0b5c1dcabd50c5bc527ce1ad1cb9feff067d9b8b1709d 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 769.72 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,677.68 GB sent, 96.49 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.