Memory Pool Memory Pool Refreshing

9,367 transactions
2.89 vMB
Show Random Selection Loading Transactions
Max Size: 17/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 3,830 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (154,654 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
753,195 753,195 000000000000000000061717b118c203aa4d7620677777129e4be45e6f439f2f 1.11 MB 882 13
753,194 753,194 00000000000000000006825952dbdc782ec5fe9725ecfc2255f17612cf2b0e69 1.36 MB 2,668 16
753,193 753,193 000000000000000000078f44528cc438d0a5f36d47264ecfd68192a48d80b9bb 1.42 MB 2,302 26
753,192 753,192 00000000000000000006086bd57e3d92ec11713060efe696c871f3cbd8cbb878 1.56 MB 2,858 15
753,191 753,191 000000000000000000026fc08ad8894e3060fbe4e15615ba1c7ec93e23986b4e 1.48 MB 3,543 22
753,190 753,190 00000000000000000007150a027110bfa02128a58756361462edd77e0e00af78 1.52 MB 2,001 8
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.