Memory Pool Memory Pool Refreshing

13,621 transactions (3.30 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,167 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,108 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,166 (839,924 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
69,242 69,242 000000000022af060afa3622fbc954b8a510179b547fb7986dafced786b95be0 0.00 MB 1 0
69,241 69,241 0000000000fa87220f259211ab282e121e96c42aa7c47e3a57ae144a8b93d6d4 0.00 MB 4 0
69,240 69,240 0000000001399e1669ea745ef6f5f85ca1864b2c784b24fe61c0e542211df9b7 0.00 MB 4 0
69,239 69,239 00000000002ea5aa0e4b1bd9d17c393325242b983b3093c783b6c337eb23de05 0.00 MB 3 0
69,238 69,238 00000000000a445b395253930532b55590cfbd4ad9feffeb5f1b83fbb470c144 0.00 MB 5 0
69,237 69,237 000000000151b34d3bbca83917eee2045026a0ad14868fb85660ac70cf5a4a69 0.00 MB 2 0
69,236 69,236 000000000079e317266d5e7a88952807277116c75922da345f37238445c6fe77 0.00 MB 6 0
69,235 69,235 000000000123f347b3b3430cbaf41e5781b4631defb3c173bf6e4f45e9d2a758 0.04 MB 5 0
69,234 69,234 0000000000e3a7276a0f56cc9d027aaf069f63423dc1c61c43f35f7a0fa41fe8 0.00 MB 1 0
69,233 69,233 0000000000efcc96701defb223cfe9c96833182bbc3537cf2ff5c8237104e36b 0.00 MB 2 0
69,232 69,232 0000000001313401be7c2e198f2a6e29d6a7a5d42e883200a34b7def3cd254cb 0.00 MB 2 0
69,231 69,231 0000000000a5c0c8193d20ce1783af55daaffb08c53beb444b2f7a349e6a871b 0.00 MB 4 0
69,230 69,230 0000000000a9b5007905a8bed686fb077018022e640b25d6aff5feb45605447f 0.00 MB 6 0
69,229 69,229 00000000011607f656147c27080d2b949525ad911ab42f93044feed074e84f5b 0.00 MB 3 0
69,228 69,228 0000000000af58f3162b0456b64862e5d6064d5afd0d0b1e3d8af050d65838e3 0.00 MB 1 0
69,227 69,227 000000000007ccf078ded4af531a5ec900a265d87f305e18473ae3b64775a81e 0.00 MB 3 0
69,226 69,226 0000000000a29e7e1fe88f06f9580233b627b1e21f0609a5b72edf77a66349af 0.00 MB 2 0
69,225 69,225 0000000000791f03fd9c3ef137ac13a36977d075016187fa7368433f206fae99 0.00 MB 2 0
69,224 69,224 00000000006cd96c3d011bf5d6bdf82a5c8f896aabe2bb15215c7a83379eead5 0.00 MB 9 0
69,223 69,223 00000000002de4f9536e58af540a9fa6ad5bb6415dc0cb4a472e5c24a798583a 0.00 MB 3 0
69,222 69,222 000000000018c987db8469f68b284bc47b037caa7ec7d4486c987be3c72ebd84 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.85 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,977.77 GB sent, 106.94 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.