Memory Pool Memory Pool Refreshing

7,098 transactions
3.53 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,803 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,063 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,802 (88,488 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
819,314 819,314 000000000000000000038e7c979d5a7e54123d3eec740a862bdf8af47381e498 1.63 MB 3,774 63
819,313 819,313 000000000000000000000c3e88a6d5c46325d56833b892db4a62f86cf7349406 1.68 MB 3,269 48
819,312 819,312 00000000000000000001802c304166d2a8a1ca70f4a675535848a73c7049ef0d 1.64 MB 3,432 65
819,311 819,311 00000000000000000003027294e6b6a7587f3f22fc13bf3e31eb0f4d463ab75b 2.01 MB 3,135 37
819,310 819,310 00000000000000000001d4c7b87cf5a45e71a5ce9d7613c0ff03c0d008328f68 1.80 MB 2,298 40
819,309 819,309 0000000000000000000280b5de2da084c20adcf8e5e9bc5bad271a2271e6b9ec 1.62 MB 2,558 44
819,308 819,308 00000000000000000000791d078978843f7b1cf7a40be9e944feca181841a296 1.65 MB 3,578 55
819,307 819,307 00000000000000000001c4786906a5fd86fc02ad8d238178bd1d181f3d8a763c 1.57 MB 2,972 56
819,306 819,306 00000000000000000002b75c7fca8c067230ed713e0ffb6a9583138ae32eb880 1.49 MB 2,289 54
819,305 819,305 0000000000000000000198e306fab0ee0ccac46064687ad920390b44cf382f11 1.57 MB 3,089 67
819,304 819,304 00000000000000000001568293785b65e87964379fda489eb55beb99418dcca9 1.55 MB 2,670 57
819,303 819,303 000000000000000000010636f6250dcf3ce113f75629f0172ba43053ce278530 1.62 MB 2,927 67
819,302 819,302 000000000000000000038e3f9d376b0308b6e824a3b69a2575c345f4bc023fec 1.40 MB 1,727 45
819,301 819,301 0000000000000000000355c22e4294fdd9c0700312bb009870eed9fb1227480a 1.87 MB 2,164 60
819,300 819,300 000000000000000000035cb0916f26e85acc9276bf5c3f79daf332def4ab6bd1 1.54 MB 2,787 68
819,299 819,299 00000000000000000003cd102feffc6b7ebac2d03dcdc39facd17d754c985faf 1.62 MB 2,986 71
819,298 819,298 0000000000000000000161d28c46708334509eaedb416ee838bb7d01dfa8854d 1.77 MB 2,626 46
819,297 819,297 0000000000000000000069772d710b6cd640b845502f88d2427b0a97ca51fb40 1.90 MB 2,948 48
819,296 819,296 000000000000000000000be08cba861595038c432335fb89e0b649c1dcf4cd8d 1.79 MB 3,021 49
819,295 819,295 000000000000000000004ac2f022b40cb1dbad5aadec34ee57a2537eb683bd47 1.72 MB 2,764 59
819,294 819,294 00000000000000000003f467f386b29b05a5e893ab6e9eb2f5c61b3810bc056f 1.58 MB 2,990 66
Previous 10 blocks ↓
Total Size: 769.17 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,633.25 GB sent, 93.77 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.