Memory Pool Memory Pool Refreshing

7,970 transactions
2.73 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,867 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,106 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,866 (12,761 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,105 895,105 000000000000000000017b0eedffaae0c772abf3c794f24ddfc9fc0a9e36896b 2.57 MB 1,693 2
895,104 895,104 00000000000000000001fe642330aba6ed8ae93b008cf53a1dfdba0fe0349555 2.53 MB 1,696 1
895,103 895,103 000000000000000000008765cffc1a859242108b85e6415ae144ec918a05787e 1.73 MB 2,227 2
895,102 895,102 0000000000000000000114d415aca8cf16d319fb3f6d775eb31149fe80295f4f 1.63 MB 2,605 2
895,101 895,101 00000000000000000000668ac32df7a7b9dccee69572f1f1ddfd0a927294bdb0 2.24 MB 1,834 1
895,100 895,100 000000000000000000003d19f1a5a9a8cc0fffef1a1c1657c675219324ddb7a1 1.54 MB 4,156 4
895,099 895,099 000000000000000000015c0402da6477262a32a5042e9f0c09a1afae78b18447 1.44 MB 891 1
895,098 895,098 000000000000000000007c34164b6ad893df611617a0e21ec3cd0d352c3d7aa1 0.86 MB 386 1
895,097 895,097 00000000000000000001cf1b40c47b4bc5281d8e8918e37e44c2bd3365942aa9 1.81 MB 2,043 2
895,096 895,096 00000000000000000001343c4153c65e16139cc3977f31a2256576febc1f7f22 1.67 MB 3,264 3
895,095 895,095 00000000000000000000f6424ccd9fc733e2afb07d454a78d0b41146fb0d6774 1.31 MB 2,030 2
895,094 895,094 000000000000000000015158434422a3cff7d17c40aac17197627e13096cd0d9 1.73 MB 2,621 2
895,093 895,093 000000000000000000015e5fb4968c0aae08340b3edd2b053b9dbfff1289a14f 0.32 MB 574 3
895,092 895,092 000000000000000000021fd850ac46c93a62ed8debb0715c9367a573c1723d35 2.30 MB 2,246 2
895,091 895,091 00000000000000000001ec106b2063b4b1fdc887a5b5b83a224ffd9dc80edf02 0.27 MB 242 2
895,090 895,090 000000000000000000006cb1c1a0674b2a3698c881838eb07b17f724a152653d 0.54 MB 580 1
895,089 895,089 000000000000000000009663619bba379126c7ec865095bf9d03b27055e2a0e5 1.57 MB 2,231 2
895,088 895,088 00000000000000000001b16e77dc63ab5da657ad496cc6be394c8ec01af31fdd 1.02 MB 1,383 2
895,087 895,087 000000000000000000003772bd157c617075fa700f49be2e478a23ba248db02c 0.07 MB 195 2
895,086 895,086 0000000000000000000158d662d2584809493803c977d62119b76cbde8f4332c 0.73 MB 1,286 2
895,085 895,085 000000000000000000011ec57f527b6550245badf65928420a468502b4244eee 1.17 MB 1,536 1
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.54 GB sent, 94.40 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.