Memory Pool Memory Pool Refreshing

7,583 transactions
2.62 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,867 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,903 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,866 (5,502 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,364 902,364 000000000000000000016938603e2135864d5b4b32711cedc31c558fd8f8d104 1.76 MB 4,492 1
902,363 902,363 0000000000000000000036e6149297704ebe1feafc4e7ec279618f456ece17d1 1.32 MB 2,689 2
902,362 902,362 0000000000000000000180b71a941a79fa595f67d383d3686fd518343a01a6c3 0.43 MB 1,089 2
902,361 902,361 000000000000000000009827fd7807d80b536b5a8f3099f618a71a1f91d3983d 0.95 MB 1,383 2
902,360 902,360 00000000000000000001c7c432d60516730408aa84396292ac78c526aca5b183 1.64 MB 2,215 1
902,359 902,359 00000000000000000000045235d9e1132295057a48842bc9e8e14d3eebef9b96 1.42 MB 2,458 2
902,358 902,358 0000000000000000000178b5bcce02b3111840070c186ba70efc95dba978656c 1.06 MB 2,103 1
902,357 902,357 00000000000000000000e43b4dd8918e92da9829456b3fae8e2f17122d7276fb 1.68 MB 2,695 4
902,356 902,356 00000000000000000000f4b3f18df57fe22bfc2e9254afc54f2326dcf7f01207 0.43 MB 715 2
902,355 902,355 0000000000000000000071b7397e6b89617c3b88b6c2a7504f13f65e2f0cc033 1.18 MB 2,523 2
902,354 902,354 000000000000000000004c08528e35386c148add2d15d71cc6f0ec0911a7f0fd 1.67 MB 2,810 2
902,353 902,353 000000000000000000016dd18d1a0314bc6393c5fa73306a0d357911b3bb0975 1.58 MB 2,615 2
902,352 902,352 00000000000000000001716a83b9e714d6fb1e54bc145c69ade13f98a8c04532 1.57 MB 3,729 3
902,351 902,351 00000000000000000001968a00a41c06da7ac1ada4bbd95e9b43acf1c19001fb 0.27 MB 470 2
902,350 902,350 00000000000000000000dcf1b53ddcdfebc7c1a788f6e29e832c9a7ca852043e 1.74 MB 4,206 1
902,349 902,349 00000000000000000001aef7f1cfee3f8b8d0022d330f3d501ddcef4c3c3bea0 0.82 MB 1,648 2
902,348 902,348 000000000000000000022e62b9da87b0eec39a3d4f0737d855cca7dfe39bd4d3 0.66 MB 1,165 2
902,347 902,347 0000000000000000000205f2b1ef0f2ee4aa56e9a1cf267e492dea42e1f89a36 0.29 MB 408 2
902,346 902,346 000000000000000000005a56b0ea9800436e46a2e30385de6312ad88e1a7c545 0.76 MB 1,445 2
902,345 902,345 00000000000000000001201fc81709a328f0f894f7f2a9b6d0332fdea5d9b68c 0.07 MB 86 3
902,344 902,344 000000000000000000006bfe1de5e0c7535142a192abc5f70f0169394203a6c6 1.70 MB 2,701 2
Previous 10 blocks ↓
Total Size: 769.29 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,642.54 GB sent, 94.40 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.