Memory Pool Memory Pool Refreshing

1,711 transactions
0.50 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,965 00000000000000000002349e0000000000000000000000000000000000000000 0.49 vMB 1,682 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,964 (732,008 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
175,939 175,939 000000000000000965d4e821760afc62550312ea5bbfed8a5e96ce14f757877a 0.05 MB 120 77
175,938 175,938 0000000000000495b89103e93ce4992dc82a100773a7b28130fff56609f5152c 0.03 MB 31 30
175,937 175,937 000000000000047ebdf1d5f31f9a6acc91c1cdf6eae1feb2b28be53632bccb2a 0.06 MB 85 681
175,936 175,936 00000000000000394419e86cb5d0c2e3ce88ac9b8f4a64e333d0795dd3122772 0.03 MB 69 28
Previous 10 blocks ↓
Total Size: 769.48 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,646.38 GB sent, 95.33 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.