Memory Pool Memory Pool Refreshing

3,260 transactions
1.90 vMB
Show Random Selection Loading Transactions
Max Size: 10/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
907,784 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,265 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,783 (45,418 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
862,365 862,365 000000000000000000024c5a536c5000a256f6e0dc48bf9b61a5360148c73d51 1.68 MB 4,453 2
862,364 862,364 00000000000000000002faa72a7ad57f2bf54dd555915b9e6409e8a4d874dbef 1.58 MB 3,415 8
862,363 862,363 00000000000000000001336c25eb37276ee04f4c1d76314843c645438400c0fa 1.58 MB 5,636 3
862,362 862,362 00000000000000000002fa35b120c889474aeaceb9dab99af2a25942a0e076f7 1.50 MB 4,936 2
862,361 862,361 00000000000000000002a438fbeb1a9d15513ab2aa432ec93d28503f1dc2db29 1.56 MB 5,221 4
862,360 862,360 000000000000000000018e6b02f4b20dc0dfb4bbf21442eb52ff881abf33b7e9 1.67 MB 4,550 4
862,359 862,359 00000000000000000001ea892e012320d6896505b23ba96f0386d401b6b28813 1.58 MB 5,062 4
862,358 862,358 00000000000000000001cfa4f3df7b5c54b26aff2bce1f1fc6cb9c75a4fd97e1 1.66 MB 6,627 1
862,357 862,357 0000000000000000000208319305d70c56a92e842f7098f472606d0957455df4 1.41 MB 3,665 4
862,356 862,356 0000000000000000000266f108bc9fe4c2c6e98c15a128b2a2a85debc084d3f4 1.56 MB 6,537 2
862,355 862,355 000000000000000000028343c8c2d88b8eb5039f559dacbc02be9c7ccf76b99d 1.61 MB 6,997 2
862,354 862,354 000000000000000000021cce1cfb569628d16c069ae70fcb9e9db161678c7e2a 1.74 MB 6,199 2
862,353 862,353 000000000000000000004ecb3e357b6a7954a60e85129b4d2f72d349822aee26 1.62 MB 4,073 6
862,352 862,352 00000000000000000002449c8d5833ce360b4f8ac21035ba1ec2e60644005b87 1.60 MB 5,636 2
862,351 862,351 000000000000000000018102377ddbe7f7521a7ded3b754c9586b2010daa3a02 1.63 MB 4,716 3
862,350 862,350 00000000000000000001f3e9b1c422331c4008826541a1bbe6b423d88b729ce6 1.63 MB 5,871 2
862,349 862,349 000000000000000000014f7c4cfebd386354cbb4d3c358021745b4e7870734ac 1.62 MB 3,470 3
862,348 862,348 00000000000000000002d44561dce933a1020d72870cab29fe008a56a235ef24 1.64 MB 5,831 1
862,347 862,347 000000000000000000015be58e4a4fe11bf7c3a7e6f01b1e53e665a0c76d3587 1.78 MB 3,354 5
862,346 862,346 0000000000000000000118521f443cbe12155209357b84082bd0167ef6af54dc 1.86 MB 4,731 3
862,345 862,345 0000000000000000000068333945851ce6ab2bd1f5c4d15d436e97f44529f691 2.00 MB 3,369 2
Previous 10 blocks ↓
Total Size: 769.13 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,631.80 GB sent, 93.57 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.