Memory Pool Memory Pool Refreshing

5,283 transactions
2.29 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,426 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (756,892 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
150,931 150,931 0000000000000b4947c95cf21a75b5c54b0faae1795191e99522037f231193b3 0.04 MB 102 172
150,930 150,930 0000000000000654bc9cba6c5ae6faada05554da676010a7c9fd2cc6f1d24a19 0.01 MB 16 100
150,929 150,929 000000000000080cf7643b4fd757338e2eccd953d0e33216600e206ab75a339d 0.03 MB 83 279
150,928 150,928 000000000000086d379a7184d31e35f65c21644ba1992676d875ab38737c1934 0.05 MB 74 366
150,927 150,927 000000000000035154f8522216a8c40ff2737ff52c6bf0e31993628768765460 0.01 MB 20 180
150,926 150,926 0000000000000982ea9eb1a1146c3df7d30435747c6bc6c13189acec7ebc116d 0.01 MB 13 329
150,925 150,925 000000000000014553106e7e4f1385cd2de91ec6a546cddedf14cb534fd016f1 0.01 MB 26 53
150,924 150,924 0000000000000a84c88a4a8432e6129722c233a7614615322d525388bc14bb1d 0.00 MB 17 90
150,923 150,923 0000000000000197ea4ff18105f3ceb2bac46c2faaef406108b39d6430318824 0.05 MB 133 75
150,922 150,922 00000000000007c100066eabb698482901d6d535cdb8cfa3fb0cc71138f00dc6 0.01 MB 16 49
150,921 150,921 000000000000028b29f6072667fca99073404b1fb4953218553f7a2d25a2e784 0.02 MB 59 117
150,920 150,920 00000000000009a7f02f0b30b4a0b0b8586e450c27bc54e898debd6abdf837b5 0.02 MB 46 145
150,919 150,919 00000000000007081d0394cf31b91ad192160d1bdb79f68d76f42d19c38df170 0.03 MB 70 173
150,918 150,918 00000000000003f79f77ec4686b130f2639170e1170800a7a66c3b424fffec91 0.05 MB 110 92
150,917 150,917 00000000000009aceffd5ad2b26bf605e4bff868c84281e0147176d0c599ce37 0.01 MB 24 38
150,916 150,916 0000000000000338816e4023104bcee39f492fff9c3928504ffef78cd36c0585 0.02 MB 26 29
150,915 150,915 000000000000046bfd16551f6a89f901da7cfc0020fda5f769713099fed72e1b 0.01 MB 14 271
150,914 150,914 0000000000000486b20bcd64f64ae163cacdec70b47b5a575b1dc04597a0f0bc 0.04 MB 104 120
150,913 150,913 00000000000004c4f3a9d7392b5d7795e3c17e6ed22682f127591739ed334eee 0.01 MB 28 318
150,912 150,912 0000000000000678ab687870343c1e47c58e3379d2484c222cfbc38d350a7316 0.01 MB 19 333
150,911 150,911 00000000000005e3692df19b539fa4103d1b7db2b352a006ade9cc22ad336ead 0.01 MB 27 313
Previous 10 blocks ↓
Total Size: 769.21 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,634.34 GB sent, 93.98 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.