Memory Pool Memory Pool Refreshing

8,677 transactions
2.80 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,552 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,166 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,551 (883,597 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,954 24,954 00000000699f6b191456b0d16a57c7ffccfaf757d0268bdc7f187018b30ff282 0.00 MB 1 0
24,953 24,953 00000000baa7f0ca0d977b53839d3b81f2f1f337f61b62c040e5793654ba6513 0.00 MB 1 0
24,952 24,952 000000003da50569914296b7be4a4aab514ec35f780db5efe563462e5737bd37 0.00 MB 1 0
24,951 24,951 00000000c86667a10ebccca9fe96dc5f449489f1bf8bcb363badd35e7419095c 0.00 MB 1 0
24,950 24,950 00000000731fb257c9196c11ea029a15db8e9e4d177078acb45526781bce0b51 0.00 MB 1 0
24,949 24,949 0000000094d3b6764a52b0073a63db181f7c0028f6abcc401ad1d7c91e2b8471 0.00 MB 1 0
24,948 24,948 00000000554dfbe6aa95932f3150f8bdc96d8a7597df716822d6979b8a0476fa 0.00 MB 1 0
24,947 24,947 000000002e179dcf2a781dfa9abefb9fdd1d39e52a69279cc2c3211abf7d3de1 0.00 MB 1 0
24,946 24,946 0000000001a46ff825e2c0ba1d8132d134c626587edaa7e70142062e684981ec 0.00 MB 1 0
24,945 24,945 00000000853a205eadfb89403350ab620869e24f043028a3dab985a64f44c8df 0.00 MB 1 0
24,944 24,944 0000000035091efa31541cfe27c969278ac7a0e6097b20b9d0e5cfa4e71f6c3c 0.00 MB 1 0
24,943 24,943 000000009f8818f0bd2cef8a0d0751811998a59033158bacddce46f27059bf0e 0.00 MB 1 0
24,942 24,942 0000000043bc79761ca31809d07864ef47ce00c24d553bfa640641809cbd6286 0.00 MB 1 0
24,941 24,941 000000001a1bbe9467cba499d0509eade02955f1476abecbc9be9fd9bd6440e2 0.00 MB 1 0
24,940 24,940 00000000c68d4f5bf805e9b90f2d3edaffc09b4733f1914b366028a591f56a5e 0.00 MB 1 0
24,939 24,939 00000000c97921c6e58cf7967accb408a547e32d87427e08e410edb6b5a8159b 0.00 MB 1 0
24,938 24,938 000000009b7dcc379d33fa946fdf89e9033026339fede336ee024f8211bd2928 0.00 MB 1 0
24,937 24,937 00000000c02a330f024698ddfaf7274a5976463b8a3dd81eb97b12aa7a7791dc 0.00 MB 1 0
24,936 24,936 00000000261a64f80b80314f7d3406de19ad8a8a1d61e5ca90f494a0b5ff42e2 0.00 MB 1 0
24,935 24,935 00000000bd94bec59028b0ada53c6f683d76a95bcb7646ab911df7653b3ce8b7 0.00 MB 1 0
24,934 24,934 00000000d0e96594b387ead55d90a0fa035991398b1f0e1564e70d98a344de47 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.71 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,844.96 GB sent, 100.59 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.