Memory Pool Memory Pool Refreshing

13,629 transactions
4.31 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (706,717 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
201,001 201,001 0000000000000030f696773ae2160056e59e0618c627623fc56b0389a7232eee 0.05 MB 151 140
201,000 201,000 0000000000000350eb681b2b81513489c5b0a74f456cd9c8a773b92d7b4d53d3 0.09 MB 164 105
200,999 200,999 00000000000002eb2716b5a1b1dc077fc9f64fdb3bd2403ac5824037e1f7a866 0.08 MB 171 119
200,998 200,998 000000000000026a58d7afdd8bd05aeffe34c954aca91fafbc4e38313eec2133 0.00 MB 7 65
200,997 200,997 000000000000005111caa1b9c2f2f56731f171dc2185d3b0c9087de3cb1b6996 0.11 MB 273 153
200,996 200,996 000000000000038cc15055e5fca46b23c636a4bcfd706b247c730480fab2ff8e 0.21 MB 568 91
200,995 200,995 0000000000000396eb41132683e4a7d2813a7f9cfc66eb0db671dea76f488ba9 0.07 MB 161 143
200,994 200,994 00000000000002cc55b19f3c768c4fc9d4ab029390e83a02be59f04abe0b5690 0.00 MB 7 0
200,993 200,993 000000000000001d93b8ebcf898f1d38bc36787330af5c51ade207d677a280b1 0.03 MB 87 52
200,992 200,992 00000000000004226b1e1ecee0c6c16c603ec112f42e2bed1d50dc1a1413b91a 0.15 MB 404 157
200,991 200,991 000000000000043d730d4a66d67677124cfd729ed4f9309693be3b5844993ea0 0.15 MB 267 111
200,990 200,990 0000000000000116520efd02b36be335bf2d2aedf01640889a2ca09b50fbab86 0.23 MB 419 113
200,989 200,989 0000000000000064b81e1027109bb69f484ee671d7e144d7575ccfe7e4891cf8 0.20 MB 436 113
200,988 200,988 00000000000000baaff7845632d280b3efd91fe4d1da3df4b5b4923caa351e30 0.04 MB 114 35
200,987 200,987 00000000000003a4f7ee596fa6d54708eebc3f8113cb85fb0e01682315773f27 0.20 MB 681 188
200,986 200,986 00000000000004b314b5b7f0a4ebf2f68b29d40d1fdcf74e018b3c24b54fd739 0.01 MB 28 255
200,985 200,985 00000000000003335656761542d206d63eabd116994595b7de33f8654d764597 0.33 MB 644 72
200,984 200,984 00000000000000f54a64fac851a91157534912b6ff2f486b730b34cf1c398c8c 0.25 MB 972 195
200,983 200,983 00000000000000ccc5602bf4883c09243213737f371576187d4c8aa38d5c9277 0.05 MB 148 27
200,982 200,982 00000000000004a13356460be5af5f593a67d6a8d20bf69b915002d6e3fac418 0.25 MB 394 166
200,981 200,981 00000000000003d166d4d133abfd9402b5876146b5201257a4f4d6327a361ce9 0.25 MB 537 140
Previous 10 blocks ↓
Total Size: 769.02 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.91 GB sent, 92.96 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.