Memory Pool Memory Pool Refreshing

3,159 transactions
1.20 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,851 (742,101 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
165,750 165,750 000000000000064ce97defed4d603e5a2bb52b7cb23688eaa9d552091ef58af7 0.01 MB 29 228
165,749 165,749 000000000000062b942c3ee678816b7f3a702cc319142522773886cbd8f76c3d 0.00 MB 15 10
165,748 165,748 0000000000000bfde0dcdaad1f3ee8d03ab7c26b4e9a2bf2a35340c011c0cc7d 0.03 MB 52 60
165,747 165,747 0000000000000afcdbfab3021da988de0c893928399bd22fcb018f75a9608d3c 0.00 MB 12 312
165,746 165,746 00000000000002a8e1c6d29c9356587ff16c61dc4219c1d3c20b8bf6cb18f12b 0.04 MB 88 71
165,745 165,745 000000000000045093d8eef3e44331421d65a36a79a5ed16dcb46d939f09fb9b 0.01 MB 18 1,760
165,744 165,744 0000000000000572847fb551b3f1d72b1b1d7ee6bd451df5d497f444d732fa79 0.01 MB 52 7
165,743 165,743 000000000000059cd3db90a37ce4bd71af7d6a3a23f87f8b1ccda0653c116337 0.04 MB 90 354
165,742 165,742 000000000000062051253d314bb6dee0e103f38bf95644cb15549a8d614d2f03 0.01 MB 30 126
165,741 165,741 00000000000008293e1b9a7b3e29893cb0bdd2de6f9e56cd11ecc595543fd68f 0.00 MB 7 0
165,740 165,740 00000000000000377b30169e764f80e6c29a4577d09ea88b372871050f491990 0.02 MB 52 79
165,739 165,739 0000000000000965738abadd84476160b1a17c53575a8cee6dd513f5a19f31df 0.03 MB 89 126
165,738 165,738 00000000000000d90d3c6b25c7cc57c6282f2d73657b6b3d1c913545215f85e4 0.00 MB 9 72
165,737 165,737 0000000000000b834e5fe2e21e820ecf047e7bcec08389e465f5a31dcd23f5de 0.03 MB 59 21
165,736 165,736 00000000000004c13b8a6b5e7339146ba6743e94a02e3bd84bbf621775f3097e 0.04 MB 91 108
165,735 165,735 00000000000009101f513dc61e3f2bbbd589a6c028eae503ae7a4655382ff04e 0.00 MB 13 290
165,734 165,734 00000000000002411f627d2ec74ff47690563cf4de16f17897148b9da9550f72 0.01 MB 20 15
165,733 165,733 0000000000000119837f40694c2eda98dfb9940ffe0dbec591955dd412b8558a 0.00 MB 10 12
165,732 165,732 0000000000000943869ff31bce0a383d02f4b762be361b3567e97608b5e0ff22 0.01 MB 31 118
165,731 165,731 00000000000009eb3b6b2aedff4d7b12fe9c65bfa25022e582a15884f85cade3 0.03 MB 78 183
165,730 165,730 00000000000004621fcf019c465d463c5ca9d3e54db2032958b228c80a2ee2f8 0.05 MB 145 164
Previous 10 blocks ↓
Total Size: 769.26 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.28 GB sent, 94.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.