Memory Pool Memory Pool Refreshing

12,197 transactions
3.87 vMB
Show Random Selection Loading Transactions
Max Size: 23/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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,231 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (796,819 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
110,897 110,897 00000000000004acaa1a850d348679df590cf3c245c9725b02ab807f9eeb8e55 0.00 MB 2 0
110,896 110,896 0000000000011aaa4356f736f74f08f21cd3c64578b3154d199291ae6991517e 0.00 MB 2 0
110,895 110,895 00000000000096c9cba4b634572b4e5db71e5f41741502dec8d618ac81ad4888 0.00 MB 13 0
110,894 110,894 000000000000bfdb7b9f80523080d071cc9697b9a84cd8fed156cdcaecf194d2 0.00 MB 13 0
110,893 110,893 0000000000011ecc7bbf0f20660d2b133cac614ca7e2d2cfacf11fd4d8a61806 0.00 MB 17 0
110,892 110,892 000000000000f76b7d2d23c256aa98bec31c02dacc4fe238b4897c84a5a84033 0.01 MB 19 0
110,891 110,891 000000000000d3332e4a8d45fe0dfb0bff0e7f57c044e9b94e5790d31231b35f 0.01 MB 11 0
110,890 110,890 000000000000ded12350170b7f01b7c2cc7afd717ca51546095742b79ce99fdd 0.00 MB 3 0
110,889 110,889 000000000000eed4638d3a299f48d35bdffed3b7ac4d3d36c56f9dd9dedda8a9 0.00 MB 2 0
110,888 110,888 000000000001175da003f15fb967a4eeb0261f00c86fef302671d8722d056eee 0.00 MB 3 0
110,887 110,887 0000000000011384eeed4246a8e867cd2ec90cec51dca169126eefcc1fbd2538 0.00 MB 9 0
110,886 110,886 0000000000001d15de0dc0de38d839fd7e36645ba44def149f2b968b94815f5e 0.00 MB 10 0
110,885 110,885 0000000000000b2a81420ffffc0d9b77ea00fc1418ab064272f9e4459eaa60ea 0.00 MB 12 0
110,884 110,884 000000000000afebdb8276ba8dbe15cefd3c473ebf3c4bd59c68c3b06f0d62e2 0.00 MB 12 0
110,883 110,883 0000000000009c93e75b6bdff01d63a384e3226b51195f3d554fcb48686de5aa 0.00 MB 11 362
110,882 110,882 00000000000074798787e30fd87e5d1143fc0e2c942f029485ee4169ad63bb7f 0.00 MB 12 0
110,881 110,881 000000000000a1648a134ec10d24a8726951f4e0b85a1d86c01a5015c68aab4a 0.00 MB 15 0
110,880 110,880 0000000000004169640bb33c01f4417aefda88a1fabfa4f06f331d823df95fa2 0.00 MB 9 0
110,879 110,879 0000000000004ed7a73133678b5eb883cd8882bf14dfb26c104ae0c3f94cf4ee 0.00 MB 6 0
110,878 110,878 0000000000003ab8fca1762d48b62fda08b4aa9e26172354ef6546a00257a467 0.00 MB 2 0
110,877 110,877 000000000000414f82579c91e78663789a11b3911b169b22f5c76c0be5be410b 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 769.01 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,622.13 GB sent, 92.93 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.