Memory Pool Memory Pool Refreshing

11,216 transactions
3.75 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,683 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,067 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,682 (611,700 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
295,982 295,982 0000000000000000463ecdbf0de5b304376a88b4f39bb29bebeb29022aeef40f 0.06 MB 149 42
295,981 295,981 00000000000000009d44ec5e41a67a80b6b92fe72a594c5d606b67dcd005f5f9 0.27 MB 500 37
295,980 295,980 00000000000000009e2faa6ac36095921938b1d7b43f334c8706db5f92fa176c 0.15 MB 254 31
295,979 295,979 00000000000000009f806d4ff173f1c51079228252becd1e37995f3f3e376c93 0.03 MB 32 23
295,978 295,978 0000000000000000060a02b55752c56edeeafe25a47c1abfdb65468bf1e5c985 0.22 MB 439 44
295,977 295,977 000000000000000049cf1648049b828b76e76def628e971f6a648bb3cabbc3b6 0.07 MB 151 52
295,976 295,976 000000000000000053cf43dadfdabbe4337eda947e0fb0e43a56b8a0339fe680 0.06 MB 101 24
295,975 295,975 00000000000000009b8b79b366efb168f7c4d7c3e2fd30450c5bd2438ad8c8d2 0.32 MB 225 15
295,974 295,974 000000000000000075dc7317a1fc740c182899ac2b6fb1cb03590d41ff5a9bb0 0.35 MB 795 73
295,973 295,973 00000000000000003115fbc3b0df83816ed5980e19e0d2761d4703a854cae058 0.19 MB 512 62
295,972 295,972 000000000000000002016f6f733209105dbddebb7e8f047852db9a2208288b66 0.35 MB 515 36
295,971 295,971 0000000000000000b119a9c63665ee362b11b20ff635a9fc2f9dcd1e007bacac 0.29 MB 235 16
295,970 295,970 00000000000000007c9171f91248f50b46ea731d53f92059a66f1b81168004fa 0.36 MB 1,024 61
295,969 295,969 00000000000000004cae194d3853835115051be7395a11efc00c939d08322e6b 0.02 MB 30 25
295,968 295,968 00000000000000006193424da0a55656ce03c561defbc2b2507a311d56f1ab44 0.01 MB 32 38
295,967 295,967 00000000000000001af0001dc1a5f8067e51b04aba6067077f6b977ab40894c8 0.06 MB 56 20
295,966 295,966 000000000000000054854a262a747f1aa33fb19e40d05eb4248df6280a6158ed 0.25 MB 548 43
295,965 295,965 000000000000000068c926dacc0234fa5acaba967374753272c85a6d6855fc5b 0.17 MB 169 15
295,964 295,964 00000000000000001039e780f70d71120c13c826c99858af87e56b96f5dcc5d8 0.11 MB 256 67
295,963 295,963 0000000000000000b1362b3f5f350b7d7432dfa6e365e705df436feb1c558fb1 0.25 MB 370 24
295,962 295,962 0000000000000000941f9b211d2ebad5baeb19d9e27b85aebf33f4a85fc0a404 0.25 MB 446 47
Previous 10 blocks ↓
Total Size: 768.95 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,614.45 GB sent, 92.57 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.