Memory Pool Memory Pool Refreshing

1,311 transactions
0.58 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,284 00000000000000000002349e0000000000000000000000000000000000000000 0.57 vMB 1,293 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,283 (857,051 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
51,232 51,232 000000000a610134c632f1734208d6320c31973d5aabc6dd1362c63a2d1d09f7 0.00 MB 3 0
51,231 51,231 000000001bf13243294fc69b55915db9f05c4b141f11dfa3b26ca546532c2f31 0.00 MB 1 0
51,230 51,230 000000001976df4303726761552eab69762f227922830f7f2bea8b4fa38c6962 0.00 MB 1 0
51,229 51,229 000000001179a1ee349c58e1da5e526ea9a8f6cb2384b3fe4fb1658853b37f53 0.00 MB 1 0
51,228 51,228 000000000e83404e97cd645e4ca6fcf5250c6adb31c9f8cc68326e80eeaa7d79 0.00 MB 1 0
51,227 51,227 0000000006e12e0c5fe4c35aae73244d1ce08e95451647a44516394f4529a0c0 0.00 MB 2 0
51,226 51,226 0000000020190f404e6900863266714da6d10324fc131f767de64724adb89ecf 0.00 MB 1 0
51,225 51,225 00000000097eaa586fa0d62aa3867998607ba0e893a052d8ab1c222bb1ecd0a0 0.00 MB 2 0
51,224 51,224 0000000011fce95c54a59f2d23b1681af990470a9aa3146468bf098af8981a8d 0.00 MB 3 0
51,223 51,223 00000000182014ffe27fbfdceeed8f77a5bc444b5ffefba8def460b957cafbdb 0.00 MB 1 0
51,222 51,222 000000000f1ae1e5c226fa866c9c2d86fdbf4d4e905a90e99654f9815f159253 0.00 MB 1 0
51,221 51,221 00000000134a8297cc2ef1334a0e25a4e549c0807121df080513c9f5265b335d 0.00 MB 1 0
51,220 51,220 000000000547b781a12ab13fe1b1251eb64d628da470c54838a41c993260d1e7 0.00 MB 1 0
51,219 51,219 000000000af5e2498ff553fd3b9c89d2da22323ddc09cf3324f8a44ab1542f26 0.00 MB 1 0
51,218 51,218 00000000108bed4fd66f9bbe5a456c7322d15c53ab363faa698e22de03ca2661 0.00 MB 1 0
51,217 51,217 000000000a592bd25ccc95833370a10783e772783a42e2e065dd6adb2d6b94a6 0.00 MB 1 0
51,216 51,216 0000000002c882627815167995665f7511b5a5119a8028b97236cc2ff1198db3 0.00 MB 1 0
51,215 51,215 000000000abb21c46ebbf288f28bfd84d84e64a5f6f03599efd77f23b5fab82d 0.00 MB 1 0
51,214 51,214 0000000009f888ad04e9f17be1743f00faaba4331dd36e6f1e3d9b694e01d0a3 0.00 MB 1 0
51,213 51,213 000000001e63cd551c9c1860c2ecbba8d180d4c2f545c705be1b37eb727ef5a9 0.00 MB 1 0
51,212 51,212 000000001e2e6c98d6e2c049bb7d2ea5797df702c7e63c412e4a1cb2afd9330e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.14 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,692.01 GB sent, 98.24 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.