Memory Pool Memory Pool Refreshing

2,964 transactions
1.02 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,767 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,862 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (764,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
142,964 142,964 0000000000000741a873e83c5885c4e4b470a2f2d03fc645fe52c0c7aef760c0 0.00 MB 12 737
142,963 142,963 00000000000004c168875422a93a73bce85bd7d4e976b954be66cff0e763447b 0.02 MB 78 7
142,962 142,962 0000000000000651e441d33e99c98f6ce8e4ae2e4d7027e4fcf56db0401ea5f0 0.03 MB 62 385
142,961 142,961 00000000000004b5b69361957b257e2de239f351eca1c1c00b0b2ae479f462f1 0.06 MB 111 174
142,960 142,960 00000000000002a8c9b1a2c775a28bcc95f7e70f07349dd82736eac54c839a51 0.05 MB 115 330
142,959 142,959 00000000000000a958676af343478bce96a328f6962acafb1c2f0ec81d0f539b 0.03 MB 80 167
142,958 142,958 000000000000030519ac34edc70b799ddab253058e5e694c83ea2bcafc7af4cf 0.04 MB 78 159
142,957 142,957 000000000000024083906f0ffee569151c7d749af7211a6d38b64aecd1847ebc 0.04 MB 46 102
142,956 142,956 0000000000000455a70447b3352351dbc54e1eecbdaef94eaf1a882e3db816c9 0.00 MB 9 431
142,955 142,955 00000000000003ce71f5860c927a1fe6663957df68f9daf08d59cebb1af36506 0.03 MB 107 96
142,954 142,954 00000000000008ac6f1b993c6d9e1a86b024bcfdc49c19a0d5c7a0a355ce73f2 0.07 MB 60 87
142,953 142,953 0000000000000590bd86b79feb16b2a348b583d7c6fa1d2ca84c46f39f33f3a3 0.00 MB 9 1,174
142,952 142,952 00000000000003f4570e50a91354e13c208acc7c94e6016ee83de6b22dc21b14 0.01 MB 23 254
142,951 142,951 00000000000005a377d6629536e8db842d87d84899761f3dceff0902f86bad96 0.03 MB 115 58
142,950 142,950 0000000000000015b5a640d2bd3d99330268096040e987a6d4c3e5742d40bcd5 0.03 MB 66 251
142,949 142,949 00000000000005786093039b14a0bf40a30a57178b3f4899af72a61b1d34d483 0.05 MB 114 288
142,948 142,948 00000000000000d1f0209d768a28c9d80c7bd8c94ddfd5dd9298a5f72c447958 0.05 MB 97 220
142,947 142,947 0000000000000290a3c3a9481635339873f8d36efaf65893ab8a6ca8b618faeb 0.05 MB 129 73
142,946 142,946 0000000000000208f7b73159da71ad223859cbd48d6a251d9f1c84d540b91343 0.04 MB 83 208
142,945 142,945 00000000000001e2aa699e58a5510e11dada4efb74cef0aa0cb2eb4d1ea2aaf9 0.01 MB 15 33
142,944 142,944 00000000000004dc25ba1114541ee14c6522ac427584ee4ce60e31969b6479cc 0.03 MB 67 227
Previous 10 blocks ↓
Total Size: 769.10 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,629.30 GB sent, 93.42 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.