Memory Pool Memory Pool Refreshing

172 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,524 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 150 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,523 (815,828 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
92,695 92,695 000000000002b941f00dad30a5f08ab5a6baf36cadb1d1003821a64d19bd0154 0.00 MB 2 0
92,694 92,694 00000000000abbda867b129a1b1d828344f2b95cd5d3145238e384889611defb 0.00 MB 1 0
92,693 92,693 0000000000025f5f36592df8fe170fe5c69cfe7ba387202eb1cd63d8afadd481 0.00 MB 1 0
92,692 92,692 000000000007217fa7ae464f2114fd51a5d15697eca1d9b1c754a0854b8ae3fc 0.00 MB 1 0
92,691 92,691 0000000000050307b131d0156befb4d395454413ecfdd859572f5506a3535823 0.00 MB 1 0
92,690 92,690 00000000000e4f8714fae4b73e05fc242052d5cf98e6e64856bc2cf551f6af30 0.00 MB 1 0
92,689 92,689 000000000004249afa86e6f849ff9be7865b3bd07c1a7e8b089a9e3fc3636f09 0.00 MB 2 0
92,688 92,688 00000000000ae3ae410016ea22600e597adaa9720590813779a86ebb3a687eca 0.00 MB 3 0
92,687 92,687 00000000000a825c5da02bef0fdfb9b53b91955564930f78f0c9cbd00f4ea854 0.00 MB 2 0
92,686 92,686 0000000000024655858158a3fe643b25bb792dd1e3e245e4cff8ea71b0535a12 0.00 MB 1 0
92,685 92,685 000000000006e421cde841e549d7ba1c511d3a8e014a343809ecbd018710c761 0.00 MB 2 0
92,684 92,684 0000000000071ab96289fc97ef1f181f22d0fc2a325faba96d607c3668de8748 0.00 MB 1 0
92,683 92,683 00000000000a54f037f3306e95c0edd5187e716bd837933c9fccf52a5d83979c 0.00 MB 2 0
92,682 92,682 00000000000dd21591b985a7e788b70797519d25b89063c72f51de083d9d35eb 0.00 MB 1 0
92,681 92,681 00000000000b29ecf54cb2c65bcced719dc67bdc6c7f1f49e576d308ec476024 0.00 MB 1 0
92,680 92,680 00000000000b73890b28194c06708c17725ce9ca7ac9075fea282a046f60d2c8 0.00 MB 2 0
92,679 92,679 00000000000153048cf785a87cf94d227fe4a6f8c6dcccc833a8bf1e89d8a4ba 0.00 MB 5 0
92,678 92,678 0000000000076024aad14ac1bc259aa1a77c6ad6f46c8129e04adb2345a0c319 0.00 MB 4 0
92,677 92,677 000000000006cd7ea8f0afe7f2b5c3b6e1f42410e03a472d68cbfda80d3d9f86 0.00 MB 1 0
92,676 92,676 000000000007b644e4e02af76e657710b3228a6ea1d308b4048eda5264d4c67a 0.00 MB 1 0
92,675 92,675 0000000000072706420fbf4e315f1491535126a078ebfefe1b53cc69a1c45cfc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.67 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,841.32 GB sent, 100.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.