Memory Pool Memory Pool Refreshing

6,155 transactions
3.24 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,966 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (329,772 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
578,029 578,029 0000000000000000001b2f03b885e4c3d0920f1b580ebd4c7d2b78d39f1a01e2 1.04 MB 1,009 151
578,028 578,028 00000000000000000007232070a6ebd180db0d7bdf826c8443fb06236c4b0bca 1.07 MB 1,531 172
578,027 578,027 0000000000000000000e0e9cb05f7d854fa3b7c159a424506785228c36e6e747 0.00 MB 1 0
578,026 578,026 0000000000000000002677ba240a84d7b2645a5aec744a01b77abb744faf837d 1.29 MB 2,798 138
578,025 578,025 0000000000000000001ef87548fc975033a9d59c936ae2bcf9e98069396318fb 1.32 MB 3,134 148
578,024 578,024 00000000000000000012d016a8411644100d5859190a36837ce350e099608105 1.18 MB 3,069 179
578,023 578,023 00000000000000000025b854025849c3efc4c04d4d643e36dff745428d4c50a2 1.24 MB 2,788 98
578,022 578,022 0000000000000000000725f946d5514654a7b9f77d195065dc664a3b4ccc8495 1.23 MB 2,183 123
578,021 578,021 0000000000000000002696e22d3cb82581aa0898275c72fc0fdd40d7a900025c 1.14 MB 2,640 97
578,020 578,020 000000000000000000178b495c00fd4def4bca1e0440fb3118d696b92bef3050 0.00 MB 1 0
578,019 578,019 00000000000000000025d7c356f45864dcf1a57ca9b48d4caf09642c9045eb8a 1.22 MB 2,687 115
578,018 578,018 000000000000000000105cba0b7388c015cdd1e1c691e1c423a250f2c354847e 1.23 MB 2,612 121
578,017 578,017 0000000000000000001eb5e987a557443cdad0f48ebdba59de0b0530b11fc793 1.25 MB 2,380 158
578,016 578,016 0000000000000000001df64d3224ec9d23d8990c94e246930eb91b1eb9f86e04 1.23 MB 2,329 50
578,015 578,015 0000000000000000000eeeba2b1af62fad9d57a6c893410b5245293958eef759 1.19 MB 2,421 79
578,014 578,014 000000000000000000248cfa2065a0c079ed3f34a1b2964ee98d44db599e3b6d 1.12 MB 2,466 77
578,013 578,013 00000000000000000024c2ad9a277a8b8340052e2c961ccb2ff67f9b33194ade 1.21 MB 2,389 134
578,012 578,012 0000000000000000001f16dbe195cea7481d65ae4f0ffd8cc225924250f70146 1.36 MB 2,258 148
578,011 578,011 0000000000000000000cab25ed027a3ea7f4b03d2761dc95f3d1c0b9f17de92a 1.16 MB 1,981 48
578,010 578,010 000000000000000000043e4b8e9f91979ce775f77b96256557dcda0e9bef7a4c 1.11 MB 2,577 68
578,009 578,009 00000000000000000004d16ec10c398dda9608f81c7d567185ba35906bf6d803 1.24 MB 2,523 153
Previous 10 blocks ↓
Total Size: 769.17 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,632.87 GB sent, 93.74 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.