Memory Pool Memory Pool Refreshing

1,299 transactions
0.36 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,856 00000000000000000002349e0000000000000000000000000000000000000000 0.36 vMB 1,269 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,855 (12,393 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,462 895,462 00000000000000000000cdffa42e6bc14cd13fddf881a9e04700889be16998e1 3.90 MB 205 2
895,461 895,461 0000000000000000000208e83377537e2fc84dc19e2dfac901c96474467ef1e0 1.97 MB 1,662 2
895,460 895,460 0000000000000000000182197bd6fa69a0208324094357750cb9be4bcd1cd399 2.00 MB 914 1
895,459 895,459 0000000000000000000213214bd6006e44d20178241e4ab8e751f268f8bb481f 1.64 MB 2,139 3
895,458 895,458 0000000000000000000192333c2df579efba24811bacdf88095d9e974cb6a852 1.85 MB 1,824 2
895,457 895,457 00000000000000000002494f9516b5f4e7a9714c69f7c0008795fc6f551ae104 1.74 MB 2,535 3
895,456 895,456 00000000000000000000968699696d38bd7a7b0443f53141b57452d08cda5d81 1.73 MB 1,800 2
895,455 895,455 000000000000000000020a1e3897f768ecc99e028cb8b0e6c95fb04c9d3f9f27 1.40 MB 2,099 3
895,454 895,454 000000000000000000010976674c004f8f376b98b1d17c1e085dda5492a9284f 1.63 MB 1,046 2
895,453 895,453 000000000000000000004fc52083694ba841d57ff5cffdb8eda28ba1e9047a4f 1.67 MB 3,344 5
895,452 895,452 00000000000000000001622c2b34779ff37e2f4169901a6794fab3536ebb0b63 3.06 MB 1,221 2
895,451 895,451 00000000000000000001f34266586073efb2c011fa6fe04a0211aa72aba2c0ab 2.46 MB 1,319 2
895,450 895,450 000000000000000000008662e3e72b3288d1a382a0089c1fb14d1f4158a746d2 1.51 MB 2,728 5
895,449 895,449 000000000000000000006402ab69484e3e879eb4ea03d7f17e205a32c7db50aa 1.74 MB 2,516 4
895,448 895,448 000000000000000000012566ebfc665fe910aa4e0d67ec82dad28926ab55d1bb 1.90 MB 1,635 2
895,447 895,447 0000000000000000000009829c7333e17516a63d061d9d25f4fa1ccd890b8364 1.40 MB 2,582 4
895,446 895,446 0000000000000000000032f4f0f2cb6eca868cd1bcd7299a1304b6c5f5dddcdd 2.69 MB 1,374 2
895,445 895,445 0000000000000000000223014c23d799b982bd5b0c9de660a691a30cac4648fc 1.34 MB 2,050 3
895,444 895,444 00000000000000000000e01b9a3c27e14ca371584cbda09ed1eabf1376946ec7 3.19 MB 1,119 1
895,443 895,443 000000000000000000003083de1445f4c201c5177285950c35ff7601f7a07f0d 1.68 MB 2,393 4
895,442 895,442 0000000000000000000171391a023641eee7a48bc0988c9a9c57f7fb7a345b19 3.24 MB 1,220 1
Previous 10 blocks ↓
Total Size: 769.27 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,635.35 GB sent, 94.26 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.