Memory Pool Memory Pool Refreshing

9,882 transactions
3.02 vMB
Show Random Selection Loading Transactions
Max Size: 18/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
907,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,157 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (154,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
753,216 753,216 0000000000000000000819398406770d2332caf936daceca0dd1aac702f6e14e 1.57 MB 951 7
753,215 753,215 00000000000000000001845ed76c47c119862054278c347a15460cdd29e1e872 1.16 MB 710 14
753,214 753,214 00000000000000000008aaff9556c8a6d2cd140144cf010ccaf7266f66a917de 1.55 MB 1,965 6
753,213 753,213 00000000000000000002aea48f032cec57ddf62f59150dfaa6d0f94337b94ed6 1.66 MB 2,793 9
753,212 753,212 00000000000000000004eca8b736cd78dfac2462cf19fdcf189c8f9fc71edc38 1.41 MB 1,948 10
753,211 753,211 00000000000000000004e05e24148a72e8732a08e1e09b5ae250b5130babc024 1.48 MB 3,121 15
753,210 753,210 00000000000000000001dbed7f5b74f4830c3a6e1f1ed557bfa7c8e915e3e320 1.50 MB 3,245 20
753,209 753,209 0000000000000000000475d7202d9e0139db8f40cddd53d5713755bd73b43d42 1.23 MB 1,537 13
753,208 753,208 000000000000000000068584f6f3fd77c97e60d6b8786808e6f68062a5373f29 1.36 MB 2,423 14
753,207 753,207 00000000000000000002a7044f6cbdd9306e2d83381f79591c76d243868fdbd4 1.45 MB 3,356 27
753,206 753,206 000000000000000000019ef1009be5652bb354e2878eb23e76864011df8932b1 1.46 MB 3,438 22
753,205 753,205 00000000000000000008a086e209c0a15983b370d1b116b50d65288c06afb049 1.39 MB 3,043 21
753,204 753,204 000000000000000000032252e7eaaacc68fb779876a2de1815a5c5eff48f1606 1.60 MB 2,855 16
753,203 753,203 000000000000000000001e0eb2c5be1e173bbf13a92d8e3a0a58e838bdd90a21 1.82 MB 988 1
753,202 753,202 00000000000000000008cd5879a070c08079210fa615675945438acf61356b37 1.77 MB 795 4
753,201 753,201 00000000000000000007cc9768a123cb1653997b16553dafbce07b0c3905e49e 1.67 MB 2,363 8
753,200 753,200 00000000000000000003ef7b8b2f0aa56f9bd783277dd70543d426787e497cd9 1.51 MB 2,361 12
753,199 753,199 0000000000000000000033549720e9f9850e533962b80b036b41d28840d7e82b 1.46 MB 3,565 23
753,198 753,198 00000000000000000006748f9912122e3ffde87a1ff32ae0fa3229a0170a248d 1.66 MB 2,546 4
753,197 753,197 000000000000000000015d29750a1fdd2f916f56b27276598c355b9f3cf1204d 1.49 MB 2,124 12
753,196 753,196 000000000000000000071061ddd1441d12d49bc4913d452e7f405d26c99c2a1c 1.44 MB 3,163 17
Previous 10 blocks ↓
Total Size: 769.29 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,642.49 GB sent, 94.38 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.