Memory Pool Memory Pool Refreshing

4,300 transactions
1.63 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,916 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,786 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,915 (317,009 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
590,906 590,906 000000000000000000188981abc31bf6653c18329e6a6b28d54ba0e6fcac2d8e 0.06 MB 160 31
590,905 590,905 00000000000000000007b3ee46f80a11f8e391abdbd0800ed2e408a83f425095 0.42 MB 1,192 33
590,904 590,904 000000000000000000166c7a8895484f4cb33734ca9474a45751b3492a9d0602 0.45 MB 1,081 33
590,903 590,903 000000000000000000107e5f02c81dfef51b81afff607c806213e7a855aca94d 0.38 MB 1,200 4
590,902 590,902 000000000000000000183765072911fb00b2fd72d176f475a94af7c4c1699f4a 1.22 MB 2,568 35
590,901 590,901 000000000000000000185852aa4776072a1c49c8c0f9bdb44f487be6d4991853 1.19 MB 2,627 34
590,900 590,900 0000000000000000000947d9fb5aa26d10b800c47e49d409154bcbd755475dcf 0.20 MB 512 34
590,899 590,899 0000000000000000001127d7bda5dce14a3f3b3688f391b0eb42d8b263845fb8 0.25 MB 562 35
590,898 590,898 0000000000000000001b9c056502801521dc99566177abbca49aaa419e56cce9 0.62 MB 1,578 5
590,897 590,897 000000000000000000141b08a05081082874f30d194409004b3e2a2e626f098d 1.26 MB 2,620 45
590,896 590,896 0000000000000000001a93ae5561ff6cbef83d927683993f43a271017ac12796 0.93 MB 2,334 29
590,895 590,895 000000000000000000059dbce37998d2cdcb2ceeb2f9828aaffee9744edb63ce 0.10 MB 279 32
590,894 590,894 0000000000000000001af88eff194c728c189b5f2708d0c3099af72e6aa579e2 0.68 MB 1,887 31
590,893 590,893 0000000000000000000eb869a58f4612bbfdb8511c75ee06f00592fea57b01ff 0.56 MB 1,479 31
590,892 590,892 00000000000000000012b3c0f825345425ee6400bb64b50501efe16f0cbbcb84 0.11 MB 283 29
590,891 590,891 0000000000000000001754af8182a46bf53b41afea63ee3ab65deb3085e44c95 0.44 MB 1,229 33
590,890 590,890 000000000000000000167d9d0303879ef3d424d694c9f4fa10b4b25fdd937697 0.65 MB 1,727 31
590,889 590,889 0000000000000000001a105e1a29fdb74b5f5f5996557370e54160514f385bbd 0.81 MB 2,188 14
590,888 590,888 0000000000000000000588ddcbe1653c70005043007d3b77ff358bad85ce9734 1.19 MB 2,887 48
590,887 590,887 0000000000000000001533e2f80972a9898246b53bfa8dfdb8ba522b81397358 0.03 MB 88 26
590,886 590,886 00000000000000000008f11c37af8d913f6114582986bcb514110224eb0e92fe 0.46 MB 1,155 29
Previous 10 blocks ↓
Total Size: 769.38 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,644.26 GB sent, 94.87 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.