Memory Pool Memory Pool Refreshing

5,987 transactions
2.04 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,832 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,078 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,831 (697,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
210,820 210,820 0000000000000423ccec96b621a9e49f72511df3d188ba0e4c3af617ab92128a 0.05 MB 155 132
210,819 210,819 00000000000002592de916c83df48958bfdf76c7ab5ab882ba40ad17b50ae0ec 0.05 MB 69 60
210,818 210,818 00000000000004aeaa601e591c8c68d1ebe70350ff81adf2a92170af371973a8 0.13 MB 344 194
210,817 210,817 0000000000000071d46f22a2193597f6fa5a7917006a1da256a1b40b7cddfe21 0.10 MB 241 173
210,816 210,816 000000000000007b9df9ca7f97f06187a80ec50c5a92b6744b4bcedad095910d 0.18 MB 458 184
210,815 210,815 00000000000001978ede7108655570132d2901e1ccc60667c4539d5c4e8f24c3 0.12 MB 207 132
210,814 210,814 00000000000002d3dc2fa83667e856894b3647f50af11b36af073df7667ea779 0.05 MB 124 210
210,813 210,813 0000000000000276b3ff90469a9509f492e166551acd59af0b6dc8aa7137224d 0.27 MB 799 170
210,812 210,812 00000000000003438dde2bba55a3214cf7191136ac6a3ec26a9f678e7f1d6da6 0.02 MB 74 167
210,811 210,811 00000000000004b80ceb7d9a44b6e2f23a443df3aa560c977324c4ad845833c5 0.12 MB 337 249
210,810 210,810 000000000000003e963e0d180547dafe3ff5f6334265ba8a870c5497db8df4c1 0.02 MB 80 170
210,809 210,809 000000000000024fd7a515ca8dff20c0f5caf34f4e80c9117b12e831df473178 0.36 MB 910 111
210,808 210,808 0000000000000054ecea8f685c83c17e43b6b2e3ef830ea2b6f20c33ba2fc9bf 0.13 MB 151 91
210,807 210,807 00000000000002602b541f98f64e0b98dd7a97f592adfcbce03b76727295ba4e 0.25 MB 663 204
210,806 210,806 0000000000000249a2ff8e2ed40c8df76b36753de3a2e0286e964538aa3d270d 0.08 MB 256 300
210,805 210,805 000000000000008f12ebc4e277211b58526dcdea9d3e0fab0824af56d80be001 0.02 MB 8 61
210,804 210,804 00000000000002681f97644e2a65d0dcfee92b93d3a16f25eed5080f254e4161 0.12 MB 271 188
210,803 210,803 0000000000000220f0233b7ad6c280f68ce58ffc0e0e458ff49abd68521021ae 0.00 MB 9 153
210,802 210,802 00000000000001be8878d1168bd80bac560bf6961a062190a8ae2c446c2b4a81 0.05 MB 132 202
210,801 210,801 000000000000021881b44cb8eeffcf3353b88dda6586a47b2b5bc0ffe03cdd80 0.01 MB 20 151
210,800 210,800 0000000000000030d456780296d4e42fa6589ff22dbe63c46722ee3c4d951c91 0.05 MB 78 176
Previous 10 blocks ↓
Total Size: 769.23 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.72 GB sent, 94.06 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.