Memory Pool Memory Pool Refreshing

3,422 transactions
1.00 vMB
Show Random Selection Loading Transactions
Max Size: 6/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
908,636 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.99 vMB 3,408 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,635 (836,102 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
72,533 72,533 000000000023cba733455618e5b2b812d7ac05727ac50ea69913743c3664d066 0.00 MB 3 0
72,532 72,532 00000000006d64926678dd755908eced35ab1a74faab67dd69f7cc52ce9faae7 0.00 MB 1 0
72,531 72,531 0000000000c886d777a506dd796a2df2a86625ae17f16ec332fc67f3b0192fea 0.00 MB 2 0
72,530 72,530 000000000050335da259727e3b00f204b53e298d741976dd7ad4be0f22f0639f 0.00 MB 1 0
72,529 72,529 00000000007039d09a5ecc67d4794cd28fc068a20e795a7656fa61f87ee9470d 0.00 MB 2 0
72,528 72,528 00000000002980f44614e4acc34386cd33e508ab95037b61e29c9d0356c14ece 0.00 MB 1 0
72,527 72,527 00000000005f311c6b590e946cd6a272e2f27cb085e1a266bba122ecd2633be9 0.00 MB 5 0
72,526 72,526 00000000007cf6bd84e43837d333a0a80c9d61c320088e256c0d8bb5040dc7b8 0.00 MB 4 0
72,525 72,525 00000000007bb12fc649b014620a4395f1851166476fad1ad5f3e9b8facd69ab 0.00 MB 1 0
72,524 72,524 000000000045e894f52396320364a69275cf5b252664aae034a01a9b5d558b27 0.00 MB 3 0
72,523 72,523 0000000000bdd64773553d2b43d56fa0d31247a6421f0b79b218b00a347c2882 0.00 MB 1 0
72,522 72,522 000000000090eccfdf7c3029545d1b43eeaa5dd44a2346474dd6f7259b360626 0.00 MB 1 0
72,521 72,521 000000000015e92df36ac34fe223b43a90b51dcd124475fb5cb52439e55c995d 0.00 MB 1 0
72,520 72,520 000000000103cefe8057e5ecdd00bd5d6e595b392f0349a09e77090c94507856 0.00 MB 1 0
72,519 72,519 00000000003573ac0b4ff3795005445c5e7cc577e87fb4a0a22eabe1b087fb89 0.00 MB 1 0
72,518 72,518 00000000001f94f3f4a2968efc07fa31dde136aa7d47665668d624b5fa49fbc9 0.00 MB 1 0
72,517 72,517 0000000000a472b366d7d754efbf7b410730c6eb4f91610c583b100f5ab98ab1 0.00 MB 8 0
72,516 72,516 0000000000246e75fbaf5d222799eb6dc10918c3aaf9e6d72b40c1c880bc51e9 0.00 MB 1 0
72,515 72,515 0000000000720ca9a16a94ef8d9bdc2330c901709998960c1e7b65bbf83eebb7 0.00 MB 1 0
72,514 72,514 0000000000542544857eeb8649ad20e2d08b24f17ee1982fa1e90c3c594211c1 0.00 MB 1 0
72,513 72,513 0000000000ffda8c4ddb9eb9f978d250c24c2ddf907c0ce867a795bc6ca071a2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.87 GB sent, 101.31 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.