Memory Pool Memory Pool Refreshing

3,228 transactions
2.47 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,245 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (22,293 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
885,511 885,511 00000000000000000000e2b08ed9da5ccb34380eb54fb475c1f1658b33fcfc62 1.96 MB 5,600 3
885,510 885,510 000000000000000000024fc06546a47ed0d056ce856cec402913b2cc1c6ddebc 1.68 MB 2,142 4
885,509 885,509 00000000000000000000834c7e98a5312e7f0650543671d786c7be8912438456 2.05 MB 3,329 3
885,508 885,508 0000000000000000000094f00583fd147041c580f8b03dad9d232a58ca9173c2 1.74 MB 2,260 4
885,507 885,507 00000000000000000000ffbf138ff8c1e2ce0bcf45de08eade8c3e887cef55dd 1.32 MB 1,077 5
885,506 885,506 00000000000000000001ad8afaf3915f38b925ca7bd10e9fc16de7a50d0619cc 1.15 MB 897 5
885,505 885,505 000000000000000000020941e6e673fdaed8d93a204bb7b6485a506309443d4a 1.35 MB 1,805 6
885,504 885,504 000000000000000000022121e955cb30b381ca52f7897cdd4cb056218ecc5fab 1.26 MB 1,400 5
885,503 885,503 00000000000000000000511bd27a91ba44784312a53b1f017551c214e0c47a29 1.56 MB 3,278 8
885,502 885,502 000000000000000000013888ae328163fc977062e0a57dd3a949609dff0c9551 1.66 MB 931 3
885,501 885,501 000000000000000000001cf57b10984b3cfde92fd214f0b56b1cbfd1f97298ca 1.53 MB 1,122 4
885,500 885,500 000000000000000000023b7f3e0d367532b13be38043d1cd0168a812e010cba9 1.42 MB 1,894 6
885,499 885,499 00000000000000000001859f80bddfadb0cc17c0e6075834c43579914781e597 1.61 MB 2,152 4
885,498 885,498 000000000000000000026a41e04266cd928551651691290d9439ff3c32b6a99c 1.63 MB 2,435 4
885,497 885,497 00000000000000000001962d7d4875e415f1cfc84566a56f980535f5948b6268 1.98 MB 3,003 3
885,496 885,496 00000000000000000000f53e3d0061550b946fe9cf369167f76c62ccc3a3e8f0 1.48 MB 2,216 5
885,495 885,495 00000000000000000001c4e3fdca6ba5117c385fd1df98c702a902e1716a4b0c 1.76 MB 3,633 4
885,494 885,494 0000000000000000000053fc4052b94e742d5f5bee22d497540730f8d9f7255a 1.60 MB 2,924 5
885,493 885,493 000000000000000000028385b7b379a342bcbe4b89106d143f82d89210d43431 1.81 MB 4,277 5
885,492 885,492 000000000000000000010c1f43c999df6703cfa838d6853864ecf69643ab6d3e 1.60 MB 2,373 4
885,491 885,491 0000000000000000000120f59bb3385b8363626fda66a44da105a10648fa669f 1.13 MB 770 5
Previous 10 blocks ↓
Total Size: 769.17 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.31 GB sent, 93.78 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.