Memory Pool Memory Pool Refreshing

6,808 transactions
2.46 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,699 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,798 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,698 (5,328 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,370 902,370 000000000000000000015198552208efd07636a8f3e779f71d375486f8edcd86 1.63 MB 2,121 2
902,369 902,369 000000000000000000007ad5d961b0bcd60155f605a2a6ce2cea9ecd2f753a58 1.21 MB 2,354 3
902,368 902,368 000000000000000000000b685082321306cf595401ff518d60effa5537d26523 0.68 MB 872 2
902,367 902,367 0000000000000000000011eeb3503c765e34d5c03e52d296a159105b0de63f2e 0.07 MB 192 2
902,366 902,366 00000000000000000001f768301cd95b893dcf6338b3fe38522efd81ea7da2ee 1.08 MB 2,199 3
902,365 902,365 000000000000000000018b0c8803131f919f8b849fe28e012e0f515ea619e7da 0.17 MB 315 4
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
Previous 10 blocks ↓
Total Size: 768.98 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,616.49 GB sent, 92.73 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.