Memory Pool Memory Pool Refreshing

7,364 transactions
2.50 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
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,844 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,182 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,843 (752,097 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
155,746 155,746 0000000000000cac86ae666203cdd7409d50dce736d113938cb427a92cd7e049 0.01 MB 12 578
155,745 155,745 0000000000000eece629f236d73f888638d28e45bbf31f65f008f85d9d733655 0.00 MB 8 16
155,744 155,744 00000000000003ea558134a541e7664c05534cd582792100b9d14d3117578eca 0.00 MB 11 561
155,743 155,743 00000000000005305016ebca8163a3faf9e40f4c716f302cbfec6d7c9150ddd6 0.01 MB 27 40
155,742 155,742 0000000000000785b10621ff11fcee615f21048c81db3286294d0d3c3c5efb52 0.02 MB 34 71
155,741 155,741 00000000000006377d28068f765a9c2a53b3e718eca41d681212cda53b236b69 0.04 MB 86 260
155,740 155,740 00000000000000f372f68d70ecb305b2671a7bd3aa2d03c3d2438109532941d3 0.05 MB 161 46
155,739 155,739 00000000000002044b1233cde18959e1c9079453405b6772998b77506c2f01c8 0.07 MB 54 343
155,738 155,738 0000000000000ae78252a5c27fb3d3315152a889c584e345360a0a96b776d81f 0.04 MB 130 158
155,737 155,737 0000000000000acc6b90f5fc9c606d57bab182b9c3188fba7048e833d4c859b9 0.05 MB 117 194
155,736 155,736 0000000000000befbc0b91bb7b3075e50a3cea276aabc81ca51cbf2899d74460 0.05 MB 115 132
155,735 155,735 00000000000009d8cb784c7e6e504d93bd97326a0202bb016aa9fff2426b12af 0.01 MB 27 76
155,734 155,734 0000000000000712492dbd3d051e8b73110510421e4e15ddb0cafa5189e1958c 0.03 MB 51 95
155,733 155,733 0000000000000c1d0bc54d76fe5fe5c7603d585815a8c4da1eebc44f381d7798 0.01 MB 7 478
155,732 155,732 0000000000000486632395860921ed1e40102faddfdcf77730dd6b52548cdfa9 0.03 MB 55 393
155,731 155,731 00000000000009a2de1dcb9dbe280457de73f0ef1c732fe1ec960bd3dfc10c97 0.04 MB 87 14
155,730 155,730 000000000000029612c11dab74ce9c1cc42f24c2ff166a4a7cab649528823123 0.02 MB 37 195
155,729 155,729 0000000000000628d0aa68716fc9c9762ce3e0aeae062e6e6f1e782f9c56a739 0.01 MB 23 183
155,728 155,728 0000000000000ab4dca62c7f4eda41549b7ba441b556f4a8c52631759a4c3cac 0.01 MB 20 461
155,727 155,727 00000000000000993a8f5bf10af254966000936640c8234a9a8ae01850f1ebb8 0.05 MB 123 129
155,726 155,726 0000000000000c470e4f952ee37d24c7e323efff27ef537b781a3c606f6ee3a3 0.01 MB 35 321
Previous 10 blocks ↓
Total Size: 769.25 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,635.12 GB sent, 94.17 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.