Memory Pool Memory Pool Refreshing

12,183 transactions
4.15 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,730 (741,785 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
165,945 165,945 0000000000000864184a95c922787a9e88239e43470ee4bfcd38f41d65f89464 0.02 MB 37 119
165,944 165,944 00000000000008a7cae9bb0ebaf5b361e2ca14419da05fc6ecc69f87373162d7 0.02 MB 40 273
165,943 165,943 000000000000054e86c9cf5abc378b85fbf558af3601143f45fcef24e326c510 0.03 MB 56 231
165,942 165,942 0000000000000b95b6c6562d0c51b219a0e0dd1a9c706f0b858472e08ba24cb2 0.00 MB 8 69
165,941 165,941 00000000000009a3fc7460be5522e73327a5e40a1adef9b593ee60b518d123c3 0.02 MB 32 294
165,940 165,940 00000000000004120e66b3b2f0d8720549cf899342869e5964efce6ecadafb2e 0.01 MB 39 194
165,939 165,939 00000000000002b13f17b65b82d9df71d6a0cc06dd7655b4610035255328f291 0.05 MB 167 8
165,938 165,938 00000000000003ab26f53c8ab9e8a2419c2d60b9dcd044d6345714a7366f662b 0.03 MB 74 58
165,937 165,937 0000000000000b74b211194f674cba26089291338844b69427a64cd7ec7dd597 0.04 MB 60 600
165,936 165,936 00000000000001ebce0eaf87bc0698764648a04e0e4fecc1bbd513b3c7618c23 0.00 MB 7 35
165,935 165,935 0000000000000b3056dfcfaa2e35777661d118367437a21f0869a229e9d2c5dd 0.02 MB 58 30
165,934 165,934 000000000000051a9218e50cedaf058d9aab49ffec3437549a03079276ced41a 0.04 MB 118 208
165,933 165,933 000000000000035a00b002e22bfba48063fc6a083a5435043c31f53221effc8b 0.04 MB 15 1,804
165,932 165,932 0000000000000b9f91b3c2cf16df815833b44b4c271cb0f342e81bd08e1ca1b2 0.04 MB 96 79
165,931 165,931 000000000000022668f16cf37829a940b0ce1f5b7167e62b002ce3ceb7e85c6d 0.05 MB 118 367
165,930 165,930 00000000000007dcf3649424df0158b4fb686d4fb07b06077c063803dfa7772b 0.01 MB 20 25
165,929 165,929 0000000000000af5d9e8bfdc8995547059c7057ee930cb34a4bba2998ddfa819 0.01 MB 12 19
165,928 165,928 00000000000009d2f107915cbde3bca277352413ac36e44090171dd6ef011900 0.04 MB 70 149
165,927 165,927 00000000000008e804b1dad4ff7180f307e7d680f5c70b410c503b9ee8a83c70 0.00 MB 12 0
165,926 165,926 0000000000000432d65a3b3615b485881558f1b2df1984072b278a5e2a4c5d74 0.06 MB 139 203
165,925 165,925 00000000000001a0e5be689c068f5ca91a34ad0f15b540ebaaeae074e896decb 0.05 MB 109 70
Previous 10 blocks ↓
Total Size: 769.04 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,626.87 GB sent, 93.09 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.