Memory Pool Memory Pool Refreshing

9,716 transactions
2.98 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,832 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (584,131 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
323,733 323,733 00000000000000000c52672ae98a2d6ff2a9570099ad52de0843b926e7c5712b 0.32 MB 265 26
323,732 323,732 00000000000000000d2fbb4a6d9cc1be6f1738d502859b89ad92f7f9637b7495 0.18 MB 222 26
323,731 323,731 00000000000000001de535e91aafd679bc55479012eec54228229728e233cd43 0.12 MB 65 11
323,730 323,730 0000000000000000107d3210bbc46db23f19fea07c7b29e949fd9adbb2be5403 0.75 MB 1,084 27
323,729 323,729 00000000000000001d0f5edbaf624e62d12f4068f8880b2e8d7070bec2c79a1b 0.35 MB 648 30
323,728 323,728 000000000000000005cb25fafaebc04c88b655ab89030594de9e1519e2c5580d 0.73 MB 1,007 27
323,727 323,727 00000000000000001538719eff61d42f6057a20cf6e088a78c8c74e7c240ac98 0.42 MB 345 16
323,726 323,726 00000000000000000b785864b58ae7305161fba71cf5cba0158cc2a1d9f28c1a 0.15 MB 255 30
323,725 323,725 00000000000000001123970bad6bbb8eb7cb420e05dd05a2ee203ddb89f90f36 0.02 MB 32 84
323,724 323,724 000000000000000009ae0c37545fa7fb65ecf4ee8094a571254426f6c85246e7 0.34 MB 510 31
323,723 323,723 00000000000000001c1e511372c71b58cf8f57bcdb8221ca04b5a5f2b9f91401 0.06 MB 113 28
323,722 323,722 0000000000000000051e92d819757f3c00159b29bbdcf56f15e9f8ddf57a9165 0.21 MB 279 23
323,721 323,721 0000000000000000169a6b21589d921222db0f2f636720f9ab716355a2457ce7 0.89 MB 1,043 19
323,720 323,720 000000000000000019bcea832151a57f159403ef1960e61c71a5f744daaca8ec 0.21 MB 512 46
323,719 323,719 000000000000000000187886c3f416fa95652bc3ca3c41bc966f76aaff8b1a7a 0.05 MB 98 34
323,718 323,718 00000000000000000f09f2745c6e56e8e2434674e099ddf5dd1609934a553501 0.49 MB 717 29
323,717 323,717 0000000000000000043136452887c4a52bdead31c1e15aee1f2385254f87821f 0.89 MB 1,107 26
323,716 323,716 0000000000000000058d68d1b7398c778634699f58b4094aede63b203f2426aa 0.20 MB 184 19
323,715 323,715 00000000000000000a1299a5c2ed2dacde80c3733741306edfb14b0e791efaa0 0.18 MB 207 18
323,714 323,714 00000000000000000d04fc28021606176db2a37a9ff8a2ba7abc216e8b15951c 0.75 MB 1,182 39
323,713 323,713 00000000000000000419288624b39e914f3ee50ae4756e4020900ba8b937fc35 0.00 MB 1 0
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.