Memory Pool Memory Pool Refreshing

7,043 transactions
2.65 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (708,062 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
199,637 199,637 00000000000004cbd8ff5e746e4eac173c66ab7bca736d37fc5ad30152b4d939 0.04 MB 151 54
199,636 199,636 000000000000032d80631d78ab687c57efff98e0fe7cf7399c394a16a9e06a5e 0.02 MB 19 42
199,635 199,635 000000000000028bf5a93bd0823593e741bd418bfb7a14343abb9f28f9ac8940 0.00 MB 12 217
199,634 199,634 000000000000052164bd824d8f84f61d3046c6ab216aa3240dbc628a4a7b62f6 0.01 MB 35 21
199,633 199,633 00000000000002ab661c972cb4c18162bb2260e3017ffc85bf1c9497cf062aff 0.24 MB 487 116
199,632 199,632 00000000000005ad978058a1f227ef357617ebfa0c1ea7d1bc9b11cfae97f645 0.00 MB 11 16
199,631 199,631 0000000000000316ee387e600360a71e6f756a168922c334a553c83480258741 0.04 MB 121 134
199,630 199,630 00000000000001bc5d7ff568083beae7ed5246a214ef6df3b7d29ae64592e14f 0.01 MB 31 103
199,629 199,629 00000000000000f3b379a5598a7d4b5e8c94de4a5c7c079103dc0ad623de953f 0.05 MB 109 148
199,628 199,628 00000000000001ed8c9abfe6bdcd0fd8e01de454961870157627f210418e3def 0.34 MB 1,109 14
199,627 199,627 000000000000052c27324296005fdb7290bd2fe00b6341fd1eb8d3474350f1db 0.03 MB 93 101
199,626 199,626 000000000000015b003af01a11256333b6765b976d8389876d6280e0f21f6a64 0.03 MB 78 62
199,625 199,625 000000000000053b6aa751a717d90beb1b1a74a7941e2eedcb06dbc0eb6c4701 0.42 MB 1,024 39
199,624 199,624 00000000000003f4a7163d492be84a72fc7ddd916eafbc3122dbeb65284ddd92 0.18 MB 427 131
199,623 199,623 00000000000003f38696541d96187aeffa2bbf7639cb3902687852c3d4b349d1 0.00 MB 1 0
199,622 199,622 0000000000000115a0b18117d7d0037b780335cda5a4e1f197f9c43245ae5af5 0.11 MB 198 109
199,621 199,621 00000000000005116278fe14be00a1c797409b8d6e1672dc5709f3c27b17d4ae 0.16 MB 364 140
199,620 199,620 00000000000002f681344f3bbe18022c4ec471646b9f0c66f8f67085b0889022 0.13 MB 280 113
199,619 199,619 00000000000004c98535a030e407e5f744874186974899b1b767e580d0304bfd 0.18 MB 272 86
199,618 199,618 000000000000031ba859b1028abb625c507d0c277a6ee55ec79aa8f34ebea53e 0.10 MB 316 10
199,617 199,617 00000000000004d48e1eacacab7a15be2b7c32dc426192c7ec338a7097813197 0.00 MB 9 183
Previous 10 blocks ↓
Total Size: 768.98 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.52 GB sent, 92.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.