Memory Pool Memory Pool Refreshing

11,074 transactions
3.52 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,335 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (598,699 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
309,017 309,017 00000000000000000ccf5949f19d37ebc6ca3637b11e3f5bee804cb11b121f86 0.73 MB 1,245 28
309,016 309,016 00000000000000001aa54ab320360872f9a55b668c58a5c5865a4cba03eb3b03 0.75 MB 1,450 36
309,015 309,015 000000000000000003096f7430fb787db90ef7ce3cfe85584a82ec0bf336af2f 0.38 MB 714 31
309,014 309,014 00000000000000003af2a8d5e457a34149083a2e0a96ad3c752792a77fd6d690 0.21 MB 212 17
309,013 309,013 00000000000000000c2c69505d6d590806efb34bfd28294a9d23b5098a9277d8 0.03 MB 83 33
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
Previous 10 blocks ↓
Total Size: 769.01 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,622.06 GB sent, 92.93 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.