Memory Pool Memory Pool Refreshing

4,215 transactions
1.85 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
2 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,953 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,682 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,952 (826,783 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
81,169 81,169 00000000000f26e80e08151817a9d8a7bb73a58499ab18a3c2d3c3f93e34bfad 0.00 MB 12 0
81,168 81,168 000000000002ed2e290cde8e4426a66830368a333ebb3c53fe1fd0c9123438c7 0.00 MB 3 0
81,167 81,167 00000000003baacd626597188b41cd4627449116a86922a1770a7edaa7d8b70d 0.00 MB 5 0
81,166 81,166 00000000003a32a304738153fba7ca968e1620b5ef3769c08972f103b0a9d575 0.00 MB 11 0
81,165 81,165 000000000005e8ca1af52b31547cb145f01ee281d4769fbc72d560d447296736 0.01 MB 21 0
81,164 81,164 0000000000469bcd822a748eebd5cbf0514bf0268aa94cc8998b37f769693368 0.00 MB 8 0
81,163 81,163 0000000000398258ba295490a902518c9d54b8e49c24fd820eaed0b9b9f5f44e 0.00 MB 1 0
81,162 81,162 00000000001541c7269063d499e243fad53dd055d851ed644c7a2d208305cba6 0.00 MB 2 0
81,161 81,161 00000000003168d722c61726e8821d73d5d2e01095d5a4031a18c3a18ef36098 0.00 MB 3 0
81,160 81,160 0000000000454f92420a82f319534dc5dd2173d31f745e2beb26a5a994f8b6e0 0.00 MB 2 0
81,159 81,159 00000000000069bb3c11e89abeeca71f477779371280847a12f7b7b91ba1e753 0.00 MB 11 0
81,158 81,158 000000000032f943d9c181fa091e32537866746dbd734b52a6547f3be91c9465 0.00 MB 2 0
81,157 81,157 00000000004494344a8f4e0f5b26b30a1c8b8bad51437ea425eb1663e51b04f6 0.00 MB 2 0
81,156 81,156 000000000023fe05d6f0ef34af6f131dd80034578cdd20ec98976bd9444952c7 0.00 MB 1 0
81,155 81,155 00000000003748c262b2fe0168cbcb7b87672fb9b174691489633b271b14fe00 0.00 MB 5 0
81,154 81,154 0000000000258326b632454c69d3a31d9ec65e816ba43fc2e26397ad7e614402 0.01 MB 8 0
81,153 81,153 000000000023b2963d1f66a813d775273e070c6fa3ae2feb8edd8d587de4f2eb 0.00 MB 1 0
81,152 81,152 0000000000418fe1e4170610bdb8590f884cd280084555957c639873fc7b0e6e 0.00 MB 1 0
81,151 81,151 0000000000402afe4cb12445736eb619fc958fe492daec5c29b59b886d1b49ef 0.00 MB 8 0
81,150 81,150 00000000002a6a662755e7176bc23c0d88b6c7c0a91b00ba9c1c0ac4ffba3a9f 0.00 MB 9 0
81,149 81,149 000000000039f4fe3a5c176ea17db7accdc808c1687220be0c77a816ac452da6 0.00 MB 10 0
Previous 10 blocks ↓
Total Size: 769.46 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,646.13 GB sent, 95.23 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.