Memory Pool Memory Pool Refreshing

5,956 transactions
1.98 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,775 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (684,994 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
222,759 222,759 000000000000010800b559ee65c12ee696c12d3c285c383a5488f25c8db6d186 0.00 MB 12 333
222,758 222,758 00000000000003e16381709a0a0b1745e6c45170f419c71ed30b6c79d21b4337 0.25 MB 711 240
222,757 222,757 000000000000018ac6f3dc0864fb59e8d41a62e88b2fb77580006c2452e33b10 0.19 MB 431 89
222,756 222,756 000000000000027c3db8cf326e0f4ffc704c278935bb1e2cf0b18ede467c0c41 0.02 MB 67 129
222,755 222,755 00000000000001b3628caa9861fce9c082e88ac7d5f5a38e1fb9a29b5e8704f5 0.13 MB 162 96
222,754 222,754 00000000000003b5e9a27bd68bccd9f63b91ec87ae13aed1c05c45d08cbd2836 0.25 MB 618 205
222,753 222,753 0000000000000380dd0ffd7013a172a3c1089567b1a907ecd8f4c51be2e6534c 0.13 MB 334 157
222,752 222,752 00000000000000b4d9132ba097883b32f4c7dae62175008e272ea77726b3d99b 0.32 MB 753 228
222,751 222,751 000000000000022cf7e44c68e7c9daf514bafd5f6388bf4918a90aa50df701ff 0.00 MB 12 76
222,750 222,750 000000000000028a54991dd9a200b93808d35ba497c8bac548bf05d13d17afbe 0.03 MB 47 74
222,749 222,749 00000000000004513429d26a87de48f670a725ff2f5847eaca8c86c499add6e1 0.25 MB 594 214
222,748 222,748 00000000000001d40c1b165d83215d535a4b1bf9701d3f766c221822c5cd3f01 0.25 MB 591 180
222,747 222,747 00000000000000112079f0e955dbf8a870155c1147c7a40cfc9588e6c0a95792 0.00 MB 8 0
222,746 222,746 000000000000048348ade635db96b4d789b7c8345bb13266c056e9b80407d6a4 0.14 MB 362 219
222,745 222,745 00000000000004691b3decf93535a291cd4c692ab9a3081d2b6d2b7fbde06cb1 0.24 MB 579 188
222,744 222,744 00000000000002f466664154843c0a6fb37456e1b2def426254ece616cdccf71 0.01 MB 16 410
222,743 222,743 000000000000022da78abbd528d105e76eae0a51fda8d1441f7055f9f00423c2 0.17 MB 419 221
222,742 222,742 00000000000000e0a6c77f1f773d5eea684489138468d5dcdfed649002b28820 0.19 MB 412 173
222,741 222,741 000000000000048afc87978cbb33c863f2dc9af32c2d0882dfe00f988ab95949 0.26 MB 632 211
222,740 222,740 00000000000001432b07d254e550558b7bec9c6729aad7513dfcb2df06a143d9 0.05 MB 71 123
222,739 222,739 00000000000002622b79182199b894a0a47fe8599e9cb6ede2261f0a5da9903c 0.05 MB 79 207
Previous 10 blocks ↓
Total Size: 769.08 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,628.28 GB sent, 93.32 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.