Memory Pool Memory Pool Refreshing

1,369 transactions
0.40 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,468 00000000000000000002349e0000000000000000000000000000000000000000 0.40 vMB 1,369 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,467 (868,192 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
40,275 40,275 00000000319880f9ef0005a45d1116563d98c675c1d70e10038003be47af9aec 0.00 MB 1 0
40,274 40,274 000000005e730132b5c3581da4f9ff91ac393ace1ab5e61767c51ace070cd132 0.00 MB 1 0
40,273 40,273 0000000064ce9e574bf48184f8a977973dc0d4b87907dea64080f7d98cc9df85 0.00 MB 1 0
40,272 40,272 0000000013f8ca2160302e8c190bca6f905ef3449004e92e372778e090ac6b59 0.00 MB 1 0
40,271 40,271 000000003a1b2f0f053197047859156ce1fdb689708d14987017a15e73e0a6da 0.00 MB 1 0
40,270 40,270 0000000031be213e4c83c8d7d32f619978ce79517bdd0e55b372ff9ff89acef9 0.00 MB 1 0
40,269 40,269 0000000061a30d06611a3228b3e048a43144dab476ffdf9128a774aee215efc0 0.00 MB 2 0
40,268 40,268 0000000051858efb1a0419739eda82557f1c6fbf29c62493611af1fa3f0bcbba 0.00 MB 1 0
40,267 40,267 000000001e8fccc5ae1f6228e77e8badbfe5d606cb9c9796489699669b4a6730 0.00 MB 1 0
40,266 40,266 000000007efa19b48504ec6c1094b07ae4d7efd3db9c222da4e8c7570bf9e3af 0.00 MB 1 0
40,265 40,265 0000000075ad75b643fb92abf7342ca0cf2942fba7c968c83944e795e3de82d9 0.00 MB 1 0
40,264 40,264 000000006154a5bccf9582ecf54a827be8cbc1754e7e8416b2a235c834746980 0.00 MB 2 0
40,263 40,263 00000000881e62e04e5e0b25e72f228a44ee96a9b49167ade19b8b31d24742e5 0.00 MB 1 0
40,262 40,262 00000000076d8ea0a2f4f273e6bade2e2b3107f60e1534205668b2cb6b74316e 0.00 MB 1 0
40,261 40,261 000000008b212bd99aa51cc76b99194262e592d6fb973c26b95197f51a72693f 0.00 MB 1 0
40,260 40,260 000000002a17e91e759aa5e1ca3f3cad07767d63401ef7296c0923692787b076 0.00 MB 1 0
40,259 40,259 0000000011baa91386fd35a6605a3e57558e322a58ea2d2f0e653e39c0794aae 0.00 MB 1 0
40,258 40,258 000000007665f09eaa5e42cc3cd634452bdf7f8a0fb0eff4cc3603dde89a2115 0.00 MB 1 0
40,257 40,257 00000000580e60d1cde234a9bc6c74a2e482f20e2e362e3f48e05b2964135bc2 0.00 MB 1 0
40,256 40,256 000000003ff10998b87dab4e0116cc9d012bad269e4a8ede64963b03e15c15a6 0.00 MB 1 0
40,255 40,255 000000001b956d066d80d65a5d9a50fcda15dbef1264c423d9ca59459621c94f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.22 GB sent, 99.87 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.