Memory Pool Memory Pool Refreshing

4,699 transactions
2.17 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
907,925 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,547 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,924 (322,588 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
585,336 585,336 0000000000000000001acdea914576ec4ea6f8edf4484a29326d83062829dd33 1.10 MB 3,099 27
585,335 585,335 000000000000000000144c15045745fb5d72f1007825a7e5e62de75141581098 0.08 MB 157 28
585,334 585,334 00000000000000000008b0b380e671fc528778833e80e2d1f3dfef0be39f016e 0.38 MB 1,109 25
585,333 585,333 00000000000000000015eef4d73decf1c0447933ae9ac4003a756c19ed501a9c 0.09 MB 281 33
585,332 585,332 0000000000000000000364249612096c2b66e88d376839e2766af984b67988b6 0.96 MB 2,056 24
585,331 585,331 00000000000000000002c65f9d772fc576bbc7d8e5388be7afdd4ae86aa55a61 1.17 MB 2,985 18
585,330 585,330 00000000000000000016544d0df663b1d5b75b8a2eed11782401d5fa61b959f0 1.18 MB 2,966 32
585,329 585,329 0000000000000000000bf9a4200300a4364c9a8b5a095270734e7c5a3f051eff 1.17 MB 2,887 40
585,328 585,328 0000000000000000001d1faffbc0977fa377f218f1f54484595495dc1b6752a1 0.05 MB 106 44
585,327 585,327 000000000000000000161400a86895d1d91e50034986cbcf2f1b00355a0edf8e 0.21 MB 640 30
585,326 585,326 000000000000000000150fe484047ff561c9f3905bb23296e6809022955ed0d1 0.94 MB 2,306 34
585,325 585,325 00000000000000000018bdf1e2cf362871b70605d9d152de4c22ce85c8d90bbf 0.89 MB 2,389 2
585,324 585,324 000000000000000000097256f93628c978dcf52e28dd821a1b5dfe96d19ced84 1.21 MB 2,821 22
585,323 585,323 00000000000000000004da5d47bb028b7bb6b8beb4da5575e77cd19dcf254845 1.25 MB 3,459 69
585,322 585,322 00000000000000000001cc64e70c5b9e5b20e5f19657c853e308af82a3e44ae9 1.19 MB 3,250 35
585,321 585,321 000000000000000000078ed0cf7f16e56dd63a10f289272d8a79a57c4a47a033 0.26 MB 598 32
585,320 585,320 000000000000000000066f1dee5758bc9ab332a7c12cf2ef296a06f0734e4aa7 0.63 MB 1,493 27
585,319 585,319 0000000000000000001b27bf9346f8a131433ba2df07707ef621ccb0aeaa0f1d 0.80 MB 1,820 30
585,318 585,318 0000000000000000000e00d4662476fbe4de2bdf2387ec60287123cc798c01a3 0.14 MB 353 39
585,317 585,317 000000000000000000012d533a692cb5bdeca190f1818675ffce806bd5b0b5ad 0.70 MB 1,913 27
585,316 585,316 000000000000000000044168ee66e2ac7d05e37e2f3e16798b8708c921da6647 0.83 MB 2,217 28
Previous 10 blocks ↓
Total Size: 769.40 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,644.73 GB sent, 94.97 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.