Memory Pool Memory Pool Refreshing

2,692 transactions
0.84 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
907,975 00000000000000000002349e0000000000000000000000000000000000000000 0.84 vMB 2,691 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,974 (800,202 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
107,772 107,772 00000000000234e4d652e0b4ef35ae5fd20235bb1078b3094ab297dc5d53b60c 0.00 MB 2 0
107,771 107,771 000000000000b2ed31aceb2ffd06e91b8a02ac0cb55985259326c8e704dcd32e 0.00 MB 13 0
107,770 107,770 0000000000007189fc68258b6e97122554ed4e3ca425a1bd2c2170f5506a33fb 0.01 MB 23 171
107,769 107,769 0000000000006e6a3d858afafd279a809cf2fbb51da62fa12a35ba83f39404b1 0.00 MB 7 342
107,768 107,768 0000000000012674ff42684e2dc6e33ea3e4e2b848117cd799d71d7c9a27e7ff 0.00 MB 2 0
107,767 107,767 0000000000001c217c426d9cd43f4fbdaedc33415cb3b22c3989db7d817baeae 0.00 MB 7 0
107,766 107,766 000000000000f87c0fa42c2dee8c51a70795698a18a8f3cf78910365abb4273d 0.00 MB 5 0
107,765 107,765 000000000001b85fa1709c6824d19d5c7d20736b0b2ea5fd470705a9513c42ae 0.00 MB 4 0
107,764 107,764 00000000000271de9d8b94afff543366e290e995f3e3e337bb86a0b7bf02e8d1 0.00 MB 2 0
107,763 107,763 00000000000148c04e58dca8e1a2df251339c81e2dfe1ff0e9d655b7b4ca428d 0.00 MB 13 0
107,762 107,762 00000000000135e0339b2628b7efafd33c7e0c07c412ff5e6a3457b9ba619249 0.01 MB 40 0
107,761 107,761 000000000001ba192f8243a1d5554691b73d8597aeb753a39946a102d138f46a 0.00 MB 1 0
107,760 107,760 00000000000107732c0e0bac2150690a14b4a90b537cdada22bfb8e30b8bcdf4 0.00 MB 1 0
107,759 107,759 000000000001f37c83829ab650c1fa89dc45ed00fbb88df8e0a34c8acda088b9 0.00 MB 2 0
107,758 107,758 000000000001e45aa4c67c81cbfa242ba67903e62289ff8c9e6b9cc3fd1b7b2e 0.00 MB 4 0
107,757 107,757 000000000001ad35aa5d7bde3e07cfd7be1c9099352178b01dfea786934a7249 0.00 MB 4 0
107,756 107,756 000000000000ea996ed8c5bff37ba05b817a8531ef6b876db61acb9687c7bd99 0.00 MB 5 0
107,755 107,755 000000000000548f7c025e3a93ee0f4e586d9e98735abbbb482a70ea8c510f83 0.00 MB 1 0
107,754 107,754 000000000000c94b9a58a99faca3ba72c9587f2a4c4c36305518809312570caa 0.00 MB 10 0
107,753 107,753 000000000001fba82be155e4a65099751cdfdf2eb2ffddad3367ea9969365ea4 0.01 MB 34 0
107,752 107,752 00000000000211dd465d1644857c2543c0ef00746a31898b8bfe801c548e0882 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.50 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,646.70 GB sent, 95.42 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.