Memory Pool Memory Pool Refreshing

5,053 transactions
2.67 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,827 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,410 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,826 (598,814 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
309,012 309,012 000000000000000035afaf68dff6634fdb7c526601d1138f1835b320b852fdc7 0.13 MB 228 26
309,011 309,011 0000000000000000165354bddcdc6458da8b094b212bff57f5b961eba390150b 0.02 MB 28 21
309,010 309,010 00000000000000002f92d8db8d9771f89cd7b2859e2fb13fc437cff6cb2012ed 0.15 MB 179 20
309,009 309,009 00000000000000000103fc42b55e8723265a4f5433279b8e1e9bd31a03910b60 0.28 MB 437 26
309,008 309,008 00000000000000000b55a96ba21fe1da9999d6df4df7551a2f8ca1d710a4db6a 0.04 MB 70 13
309,007 309,007 0000000000000000051c021ebb75a1ae244606c8c17aed9c8c2d1382beb5f38d 0.06 MB 42 17
309,006 309,006 00000000000000000aa872d36f47c2b2bc3a3c12daf3de45dff6f29ecc4bd250 0.53 MB 862 28
309,005 309,005 000000000000000032113865772c065f235455cf12c0887fa044a4e5b9d1324f 0.12 MB 188 27
309,004 309,004 000000000000000028a105e2c5f88687824ad0067c80a4f8b1fc57720ca42aa6 0.36 MB 583 28
309,003 309,003 00000000000000003d427b4f81d5af8c713f4d2626876a9e7e599d7aa8533199 0.32 MB 361 20
309,002 309,002 00000000000000003890159b3f5599968e85fc43bf1d94b58cc172d248362484 0.00 MB 1 0
309,001 309,001 00000000000000004033b452b31f115c1943be67eb04e32d844a985a8b74331d 0.75 MB 963 23
309,000 309,000 0000000000000000228ffe0a981f4e33225eec2d303a8794585bde3d5a6805b0 0.75 MB 1,173 24
308,999 308,999 000000000000000030ecaecef2a724ac7884b965ec992517eba88cc769873753 0.25 MB 757 46
308,998 308,998 00000000000000000f7742b23b7b50281331ad57e3a47dc657b0fc97a12e98bc 0.17 MB 512 80
308,997 308,997 00000000000000000c6c98e3a9a070e7a534fb45f7f1bc28e258acd765047b2b 0.11 MB 121 17
308,996 308,996 00000000000000001f87f185538575352301ad20f3525f1f7bc034a8731da905 0.02 MB 28 28
308,995 308,995 00000000000000001b72259ba278603357066ea7cfc07cb85386d2a388490839 0.37 MB 580 25
308,994 308,994 00000000000000003c00ec639e451407ac4beddfa8106ebc444659a15ce0c909 0.73 MB 331 14
308,993 308,993 000000000000000024e82d9f8624fb6468bac404252cf236508da699b83631b6 0.50 MB 1,271 38
308,992 308,992 0000000000000000261de8716d144aca20fb374dce998c53f5c6ff77e6ce17d3 0.10 MB 198 35
Previous 10 blocks ↓
Total Size: 769.21 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,634.59 GB sent, 94.02 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.