Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,009 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.94 vMB 2,741 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (681,845 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
226,163 226,163 00000000000000675cb93f740068947e33e52a314b4cdb5fd56be387db3e0f6f 0.04 MB 64 122
226,162 226,162 00000000000000cabe8dc2273e0e4715a03240c817b496ae4d16589170c8a6fa 0.03 MB 64 102
226,161 226,161 00000000000002d4ca206772982da44d5597672665f939012eede776fee1c4b5 0.03 MB 53 105
226,160 226,160 000000000000015b536013e8f8f0d10b8fd6b97ff3c7a8dacc5db4c497dc0d67 0.08 MB 161 80
226,159 226,159 000000000000016168566c1ddcb10f228456231368546d19a7029f5c0203a8bd 0.05 MB 107 112
226,158 226,158 000000000000016164ea0f0712693bb875f21d6507c8a10512016be09c717aa8 0.06 MB 114 184
226,157 226,157 00000000000001a3db53544ebb3f4b2efa77ab347ca8327f3176727e7af3b7c9 0.00 MB 5 0
226,156 226,156 000000000000014e34ad5f33c6f58bcd06dc9f0451c6a3536ea38cced5077547 0.07 MB 147 712
226,155 226,155 0000000000000250e0f6400d498f0d8675992d1a3f66e4afb0a45e52354f9d7a 0.08 MB 128 228
226,154 226,154 000000000000035dccfdda1c0aeacce2ac8c933baa7912b79efba452d657767c 0.14 MB 320 153
226,153 226,153 00000000000001071c7a30470e2cba793179e05700cfc4df85b6f692baf8a5ae 0.02 MB 44 168
226,152 226,152 000000000000029352def733027229b104d598f301ded709bb95f969e17bc14d 0.04 MB 84 154
226,151 226,151 000000000000034dc667e93ee02fd7e6d22dd86e71100bca07d0c0f541d92b54 0.09 MB 207 165
226,150 226,150 00000000000000b106d13358d647ac175e8ffcaab89c8fc511840ee3bf203d64 0.00 MB 9 77
226,149 226,149 00000000000002d7220cee2327dd005bca6af76c048f3eb2d24b3ea2faedaf00 0.03 MB 72 145
226,148 226,148 000000000000029f72c3bc55731ee03cdde5e5f65a66e9e4eb6a78a8b2359eaa 0.04 MB 115 155
226,147 226,147 000000000000026b9b571bdf800ede1e12e1a1e25bc805d4e01074497340016b 0.03 MB 24 81
226,146 226,146 00000000000003611ebad038ffc87dd6e65375723612273e93474dca49e46b49 0.05 MB 111 201
226,145 226,145 00000000000001978db0bb9db7141080065a40359a6ecbb466a571baedb875a3 0.06 MB 59 78
226,144 226,144 00000000000000cd2f302984647a99cc9df69885e124964697f5e9af9aa01804 0.06 MB 64 42
226,143 226,143 000000000000010a0a3d4f6fc9374485307e2edaca5265a0c3b5fa283ec38c19 0.28 MB 52 100
Previous 10 blocks ↓
Total Size: 769.56 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,649.30 GB sent, 95.75 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.