Memory Pool Memory Pool Refreshing

1,616 transactions
0.87 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 0.87 vMB 1,617 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (783,381 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
124,355 124,355 00000000000003ee658eb8352330ebeb3cb55bba73a7eca3da9000f13fd96e83 0.01 MB 13 770
124,354 124,354 00000000000004d6fa12902a6598536b21d1322854416bd53abca35a22b6eda0 0.00 MB 6 2,583
124,353 124,353 000000000000146fa47e8d8da1b65215803fb01dc1a91144ea636eb4397f3074 0.00 MB 10 657
124,352 124,352 0000000000001772024a1708456ccf8e109f121a5abc464a476df8366bc789df 0.02 MB 46 2,107
124,351 124,351 0000000000001380fe506e7988677665fa032fb6e1da7498399dec4526bf5d8f 0.01 MB 11 439
124,350 124,350 0000000000000fe0d9e1837d3192d3e5329ca78799457e9beef198a34de9dc1b 0.00 MB 7 1,871
124,349 124,349 0000000000003a5b78fb3ee4f8f92f47e66ecf86b152b1a0abdfef8830479619 0.00 MB 3 1,247
124,348 124,348 00000000000048366477f72c6cd4bbe3d3633bae6dd33b524ca59f8ffd947b00 0.01 MB 28 199
124,347 124,347 0000000000000986685b0c75f169be04947a0ddd0a7e45e16787f0b80b3b7e79 0.01 MB 11 837
124,346 124,346 0000000000001a25aeb5a56f400d7addd750f532a00771085a84d975550ef58f 0.00 MB 5 1,477
124,345 124,345 00000000000062d73e786cce5b932acac6838a0fbfe587e5b0e4b7e76724edf6 0.00 MB 10 491
124,344 124,344 0000000000001efc276efc15f211b87b43dc3310a70559665848ba68df29212d 0.00 MB 10 0
124,343 124,343 0000000000003e98574430e3ffc99dcf64376e5f00f996640d9f270f7c13043a 0.00 MB 13 216
124,342 124,342 0000000000003deb1cf01d4856fee42b8fa3cffc10d0543c43a7c2e78155e338 0.00 MB 8 0
124,341 124,341 00000000000069e45cf9a7957e10f49dc122d53ea8c8e0cc773f6011a51b0e3f 0.01 MB 21 385
124,340 124,340 000000000000146942cd990efd022ebbe3107208f408b8449377d3db14dc7cf2 0.00 MB 1 0
124,339 124,339 0000000000001342a56493e65548c27f705b61ff0bccb28caf9d6bfa610c592e 0.02 MB 45 1,147
124,338 124,338 00000000000055a5391cd79956430eecfcc0057ea50b871949383a84c1503e79 0.02 MB 29 658
124,337 124,337 00000000000022896f7de329cd7e53a4c567ffc7ecac69641741c0c795ccf9ca 0.02 MB 15 1,064
124,336 124,336 0000000000004e37b7176d8a589190b445d0cf5ac9211a4b7c1dca6aa943bb2b 0.00 MB 8 658
124,335 124,335 000000000000683f6d548e86c44b95600f8fe9c8cac9e2cec22cb311adaa44ff 0.00 MB 8 1,049
Previous 10 blocks ↓
Total Size: 769.05 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,627.36 GB sent, 93.12 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.