Memory Pool Memory Pool Refreshing

4,872 transactions
3.68 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,811 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,626 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,810 (16,464 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
891,346 891,346 000000000000000000007264a940c54bc679719f508175b73ecc1b570f68c960 1.66 MB 3,466 6
891,345 891,345 00000000000000000001771a077edf4fb160543fc9cb16c04b6fd07eb327eef9 2.03 MB 851 1
891,344 891,344 00000000000000000001a8e69128b59c3813d3298035a3dbf3c9232ad9b30249 1.61 MB 2,185 3
891,343 891,343 00000000000000000001d4b0fe2e739f69bf43cc10d6b54f804f94d5f8d979af 1.16 MB 688 2
891,342 891,342 000000000000000000009d6bda8866db0e7f67e961c736a5b241609ac6cf1c27 1.85 MB 2,664 2
891,341 891,341 000000000000000000020db948276bdafa66b478d824954484460ed6e2c7235a 1.57 MB 3,886 3
891,340 891,340 00000000000000000000096db6eabeb6a6b9739caff5fc3113d1b6310b7c00ec 1.53 MB 3,652 12
891,339 891,339 000000000000000000015e1b7fee6f22c5337f1c00f5dc610ee7c731d917ee9b 1.82 MB 1,489 2
891,338 891,338 0000000000000000000163c7c4c7244091ee198d554c5e026fd7c263c79d9e2c 2.05 MB 252 1
891,337 891,337 000000000000000000006f3ef7f178c87f73b0de4f6a8376749446654b89d41f 1.30 MB 1,164 2
891,336 891,336 00000000000000000002099037c2343d03fcd9b3449641e395b34d1f7e2ae92c 1.23 MB 896 1
891,335 891,335 00000000000000000001192968637abdeeb5b843c355d4f468f4316b409a5986 1.59 MB 2,602 4
891,334 891,334 00000000000000000000a95729d7509853aae6d6d09cab5c6d30ea2ff9ee5b55 1.57 MB 3,536 5
891,333 891,333 00000000000000000001817023b15f9ae888b333d59e664b8d58940ec689aa0c 1.58 MB 3,420 4
891,332 891,332 000000000000000000017296d2ac7ffde35a988c17c6d8728a3ed0036853d796 1.62 MB 2,800 6
891,331 891,331 000000000000000000013029bd213f663a5b4472242efe0e74e2c3636153af78 2.07 MB 737 2
891,330 891,330 000000000000000000003c52639327ede237bf41b17ff73dcde093fde88ce579 1.82 MB 3,464 15
891,329 891,329 000000000000000000024eec6c0038843111d81decbf074e916401aee9eaef52 2.06 MB 1,168 6
891,328 891,328 00000000000000000001f5831d1c2c6d9ed1536b6d66ef1164c462250b75d36a 1.74 MB 1,826 6
891,327 891,327 00000000000000000001be85826cc3ba0923267bddec7a84f550cca43fc0364d 1.48 MB 1,593 4
891,326 891,326 0000000000000000000068f9f35129929a70de55df30ac73f85a708b8aaf86b3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.18 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,633.64 GB sent, 93.86 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.