Memory Pool Memory Pool Refreshing

6,171 transactions
2.33 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 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
908,135 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,557 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,134 (732,174 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
175,960 175,960 000000000000001558e3fc6f0c4e4307e8404dc5576e5929301ab1e8dd380010 0.02 MB 54 163
175,959 175,959 0000000000000a70a3ff66e5b95c3c9343db2643e4f70b0d7f16cc6810dc358f 0.04 MB 60 88
175,958 175,958 00000000000000ded9ca6d7f50ba077978c84644c6d96f03b9521826874f6e81 0.05 MB 142 36
175,957 175,957 00000000000007ac5ada94cf9ebe937bb1acd67be18bae49378f5e6da46d2763 0.05 MB 131 237
175,956 175,956 00000000000009403ae47bd8d5d48a16be6cc3a31675fabe40ad094e2978b681 0.07 MB 148 212
175,955 175,955 000000000000057e71d48c23a3e9f28c1c98383de9b4c78404da7232006f269b 0.00 MB 5 47
175,954 175,954 0000000000000006c3090a3a7e0d04fdf0f11ecdc22830579fea7fd1662f0043 0.01 MB 21 222
175,953 175,953 0000000000000074c3e54f8ba496856c9eae63b8b1bc5ad87e683ea847154fa9 0.01 MB 25 14
175,952 175,952 00000000000007116c2bcb5bf931864471a37d99dd0a8dd3ca81d133fba2ec37 0.02 MB 33 33
175,951 175,951 0000000000000056c5c429862f02f297e683e1f57c65d08edbd91096087861aa 0.04 MB 85 95
175,950 175,950 000000000000089fa78f877aafbfcfb0fa585c7d4133e547efdbc493e97b81cd 0.00 MB 10 53
175,949 175,949 00000000000006c79ab5007f47a460f28d6a4a9588abad418e303b360665c71a 0.02 MB 41 59
175,948 175,948 00000000000000223d02667798486c23a35d3ff47a1b19b91d4da355b08e6cff 0.01 MB 24 98
175,947 175,947 00000000000007153b246e1f18ca3c02ae39c12a50c6604d518225cd5eb05213 0.03 MB 92 27
175,946 175,946 0000000000000a6e095bb8828afdd49d5207c771d7d6495fdc9b8a8d1e222adf 0.04 MB 73 57
175,945 175,945 0000000000000783a475aee49e20a382e11d54d849658274420851bc3ed1c31b 0.00 MB 9 286
175,944 175,944 0000000000000215dfca4c943300d713f82c9a4d699f153a94a6710ad1699f4d 0.03 MB 74 170
175,943 175,943 00000000000009dd60629d656e1fb22aa55c1b1ea3f6edae700daa148bc823e2 0.01 MB 28 84
175,942 175,942 0000000000000121b2247c9c9798a1a46012c48b48057ea8f1c89c68dd9b8bfc 0.03 MB 85 59
175,941 175,941 0000000000000188806870f63b5a73d5fbbf5f4c049b9718bae795287bca9901 0.01 MB 17 37
175,940 175,940 0000000000000a4f63bbdf9f22157018482d0adde21f35c06d34b20901f6e889 0.03 MB 93 50
Previous 10 blocks ↓
Total Size: 769.80 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,680.41 GB sent, 96.90 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.