Memory Pool Memory Pool Refreshing

8,343 transactions
3.21 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,731 (800,529 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
107,202 107,202 000000000001797ac68c795b28519cc8d35393e5cf0f6cd8f7909cf509b9e13a 0.00 MB 7 0
107,201 107,201 00000000000211e3225c14078768615f7fcab1495ddb08f150984ab1a357cdd6 0.00 MB 12 0
107,200 107,200 0000000000006cb76e3a797d0ab761152157f850bba0153aa7ace105ce2405dc 0.00 MB 13 0
107,199 107,199 0000000000020945da02e96741958a5051c9f046128ca891ea8be80882b8e6de 0.00 MB 11 0
107,198 107,198 0000000000022d295f482c21b2750d182ab6c5d2a7228611bb24b463c266717a 0.00 MB 12 0
107,197 107,197 000000000001a002bacb08206f0773ece939213a5cea4562d2b16626dafd1ff8 0.00 MB 9 0
107,196 107,196 0000000000018e30fa762006f32178d6406521d6f67a8c002ef4c68aa3d80fbe 0.00 MB 7 0
107,195 107,195 000000000000b70e4c7ea1d8e392fc50bf8a3641634a79b14f8f83f0ef4e359a 0.00 MB 13 104
107,194 107,194 00000000000209366235821a3521a04c6cd9de0b91a0ce996f431c0c79930eba 0.01 MB 29 0
107,193 107,193 00000000000126e982613c23dfe24488f7d53214aaadb8113eaac9e5cb1b1583 0.00 MB 12 0
107,192 107,192 000000000002188b3c90d2f61960a609c0d8eebb8df60547edd590537a89f5c1 0.00 MB 9 0
107,191 107,191 000000000000debd2150674afaffb1b3ad5ad9acc67ba91bc9524453ade4fd41 0.00 MB 10 0
107,190 107,190 000000000000a95903c750259a39430d2b719af84f390034514dfef99dc4775a 0.00 MB 8 0
107,189 107,189 000000000000aae9a8b32452334fbe6fb8a316e9b36b14ca033467f242feb9ec 0.01 MB 35 0
107,188 107,188 000000000002207f528f0a68df5007b1d5885d6d185188b4c8380db4d46a84f0 0.00 MB 11 0
107,187 107,187 000000000001461bc0aa578ea6338d9620431669d856a58037242ae9cfb2aaef 0.00 MB 2 0
107,186 107,186 0000000000015ab1e830819e1d71db7371a66a9a480155ca442dadb8f1c3ff72 0.00 MB 3 0
107,185 107,185 000000000001a73b1c8a0572c6c46011412713457bcecb7315a2e739c65ea8d6 0.00 MB 4 0
107,184 107,184 00000000000085de1fbcb1471b6e8e74c80fba8b45fefc9a34a86ae061ec9a14 0.00 MB 2 0
107,183 107,183 0000000000000cf49a3863cf884c3dc0dd9270b97a4c90ab1ebc467a2901aad1 0.00 MB 10 0
107,182 107,182 000000000000ed1fe49defdf2235d1bcac4441a856aaa2a5dec96953e2c8b2e4 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.