Memory Pool Memory Pool Refreshing

1,021 transactions
0.35 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,290 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 1,013 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,289 (903,427 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
4,862 4,862 00000000307708918efa6f5d0544ebe95849ec783c964d8a1e6c724bb8e836d4 0.00 MB 1 0
4,861 4,861 000000002770497ee49f2fc7b79330292e50a5f194836a20f35f27e5deb447db 0.00 MB 1 0
4,860 4,860 0000000052161695900d6c0473ee81fff5b1060869c57da01ebda4c75aa257c9 0.00 MB 1 0
4,859 4,859 0000000006724c2a97ea66bb93fabfc5e414044813113ba8fc6f015bd298fb92 0.00 MB 1 0
4,858 4,858 00000000b1a0b6efd5dcb96f42c49d59c5a370625ead796ebcea91f3915e2b75 0.00 MB 1 0
4,857 4,857 0000000099c584e4ef5403c7d2dadad3fb0217c8f5a0efac11f505190cb5a6ba 0.00 MB 1 0
4,856 4,856 00000000d3a1b028ae3fc1b4dc9d360a653394ce7375ed392963cad4ea4135ef 0.00 MB 1 0
4,855 4,855 0000000007671d4cba889f9e90a257e677e94ac7f0017c9f9ab29147ef35e914 0.00 MB 1 0
4,854 4,854 000000001752b2542957c901d683b12cd966372f4f3d576eeada4ceaea6f057f 0.00 MB 1 0
4,853 4,853 00000000e233f8e7006ab1269ce3f6726f81eda73b86e0e9d67662166a3280b2 0.00 MB 1 0
4,852 4,852 0000000052cc05409e3d653f1d8ec284e7c5b4283851310cbdfc604e313f9cdb 0.00 MB 1 0
4,851 4,851 0000000030f5e3d36e4e5e63c7eb5372511e468483907b13e91eb9b8b8f55833 0.00 MB 1 0
4,850 4,850 00000000830d8355ed59793ef81a824c2f613847b6cd03478920c5efe42ef837 0.00 MB 1 0
4,849 4,849 0000000045230720665b31af15474a6ccad9f3f9a10f5c9465464b1498c74818 0.00 MB 1 0
4,848 4,848 00000000a03ed6d3495a73f6a8cb04ae244d1af08fdf60810fecf4bc1730582a 0.00 MB 1 0
4,847 4,847 000000002bd3e8bae57ea82ff737d22c88cfae5fd680c97a49fb9ef3a681ad45 0.00 MB 1 0
4,846 4,846 0000000023c350c0f3a2313f97985056510b32c681990acf2fb4e32afa7aabbc 0.00 MB 1 0
4,845 4,845 00000000faf61b1875f68064f0dbd0055db17b2df85cea7276363def7a656a00 0.00 MB 1 0
4,844 4,844 000000004da91b6da0a6d96cb00662eca6f0dafd9bd1e8a6f0a24fca8cd317e3 0.00 MB 1 0
4,843 4,843 000000006831bf2f16797771e6995ca5c317f4166bcf9ec53d41303058348e6c 0.00 MB 1 0
4,842 4,842 0000000022b000f871e89d81b4fbdcbbf0a4a6ec14d6ead7df53695b9710766e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.16 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,692.27 GB sent, 98.28 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.