Memory Pool Memory Pool Refreshing

10,420 transactions
3.16 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,446 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (4,546 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
903,169 903,169 00000000000000000002359ec27a2d06673770cb4a2eb9f19c1e147aba2c1b02 1.78 MB 2,722 1
903,168 903,168 0000000000000000000146b38bc5b5ebb511427e4549638c27a195e4bc720f53 1.89 MB 3,048 4
903,167 903,167 000000000000000000009d9d77c8ae464658da8ad3ba1b2d07eca1937b9cef39 1.94 MB 2,484 3
903,166 903,166 000000000000000000000628300b37c92e3844de74c09e3af8f17ccbc6110aaf 0.70 MB 1,158 2
903,165 903,165 000000000000000000011f8a07611f35cf5099ca6daf4a5248ee44d3cfbb4d16 1.87 MB 1,731 2
903,164 903,164 000000000000000000014a703c75665b26026ad4285b8994f9c37ee8030aff84 0.75 MB 438 1
903,163 903,163 00000000000000000000180d2f3098539532845de308b8f1461b189c83e9c902 3.19 MB 259 0
903,162 903,162 00000000000000000001e54813ea2bfaf3b7a563b265b74690fbdbc84aedaaf3 2.46 MB 1,345 1
903,161 903,161 00000000000000000001920d2602a0b4e700eb3cf34512a4c5d13ef2a9e10a64 0.37 MB 663 2
903,160 903,160 00000000000000000001c6ac6079af0c6d31b9a84a9d55197be300940bd929f9 0.84 MB 2,083 1
903,159 903,159 00000000000000000001228a8d723b6cfe633ea6b9a98ca600380d55fc7f55be 1.74 MB 2,595 2
903,158 903,158 0000000000000000000112cbf8b950bc9d95e0f806e9915153faf5fdd0e4b64d 1.92 MB 2,502 1
903,157 903,157 00000000000000000000f51f56c36250d72be71dae66269b4e0e6e34333a6b8d 1.88 MB 2,737 2
903,156 903,156 0000000000000000000052c28d5f6fcccfaae3e72c60d512208008b5b477fe40 1.40 MB 2,345 6
903,155 903,155 00000000000000000000611393f16a904f696e8e06940e459f9d3e182a9a8a18 0.59 MB 899 2
903,154 903,154 000000000000000000019e80fccf629037bd2aaa31e6ec1158df5c578ffeceb9 1.17 MB 2,638 1
903,153 903,153 0000000000000000000048932084a068d4b3fd9572dd2b5777ba928dfb8b7968 1.69 MB 3,634 1
903,152 903,152 00000000000000000001fda58a87698ea972f26ddb16fab1425aeb9010b5f880 1.85 MB 2,239 3
903,151 903,151 00000000000000000000ba1f7ae27010f5c51a512145945d05fc991936191c7c 1.71 MB 4,103 1
903,150 903,150 0000000000000000000010ddbcdefd4c2eedab5a5aeaad5f35505c154ab23b6a 1.91 MB 3,503 2
903,149 903,149 000000000000000000020daa2d2e13ab029aabbf5775332467d7105d27bb20df 1.54 MB 3,506 3
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, 113 incoming
  • Data Transfer: 1,621.45 GB sent, 92.91 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.