Memory Pool Memory Pool Refreshing

1,999 transactions
0.63 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,705 00000000000000000002349e0000000000000000000000000000000000000000 0.62 vMB 1,997 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,704 (159,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
747,873 747,873 0000000000000000000475c0bb0c0f37bf1aab303dcd0eb427f752420b24b143 1.15 MB 1,319 23
747,872 747,872 000000000000000000018960e1126d48481e4d2ccb99404995fca78671642b00 1.32 MB 1,112 12
747,871 747,871 00000000000000000009b154db81fba18419394bc5526a6e6ee40a9a482ff623 1.44 MB 3,345 21
747,870 747,870 00000000000000000002a0fe5e222aeb0d78f72575c6be6554d672a237b76323 1.62 MB 2,243 8
747,869 747,869 00000000000000000002cc1f8918f576cd0f4a63b66d7ab5306987bcab0f0437 1.41 MB 3,381 22
747,868 747,868 00000000000000000002fee310fbaff4df6d143a0cdfba6713c8f8f094f4d999 1.72 MB 2,022 10
747,867 747,867 00000000000000000003aac1e2633d8790ec5829aa3d99197e45a58bb782fb40 1.38 MB 2,614 18
747,866 747,866 00000000000000000002d7bc36868154a9cee923477660e6a7ac1a44c497600a 1.28 MB 1,420 18
747,865 747,865 000000000000000000028ca9aa4affefca3ba36c018b9984b77f1420a008c48a 1.55 MB 2,119 11
747,864 747,864 000000000000000000033ec250aea539577186f4b05532ddbac3b8e6c49891dc 1.44 MB 1,451 12
747,863 747,863 000000000000000000018a2288c164f03e8b87fa1bb54b955c588ed28e193c37 1.48 MB 2,693 11
747,862 747,862 00000000000000000008afde5ff55d82bc1513c8ee648d7ed64630175a4a4575 1.50 MB 3,258 16
747,861 747,861 00000000000000000006c4725a047fae2d1dcd504aabec11654da61c4676ec8a 1.63 MB 2,274 13
747,860 747,860 000000000000000000009201d222c378d6a889b775daefbf314f3387ad2219a1 1.48 MB 2,998 14
747,859 747,859 000000000000000000083255687241a6f708b3ff9f72c730b2f5d5bc94149dbe 1.50 MB 3,610 16
747,858 747,858 000000000000000000086a2f8df41e6847a5c0ee69e1be3773acc9b31f579982 1.40 MB 3,101 26
747,857 747,857 00000000000000000005cdeaba2108dec5277d094b6829ff71eb0a4f78ae7539 1.45 MB 2,872 15
747,856 747,856 0000000000000000000030ff8c8e1877c819eef07ef28fcf2db74940f08d82d6 1.15 MB 1,149 16
747,855 747,855 00000000000000000008b5ab42b66145bedd76169aad509884bd896addab729b 1.42 MB 2,878 17
747,854 747,854 00000000000000000008a71abbcad2bb5fc3a559fccce82242733d9a15336f95 1.41 MB 3,512 22
747,853 747,853 000000000000000000081afbf8f237848734fa862a8de151aa1abb8cf02444b9 1.52 MB 2,433 12
Previous 10 blocks ↓
Total Size: 768.99 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,616.58 GB sent, 92.77 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.