Memory Pool Memory Pool Refreshing

8,305 transactions
2.65 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,876 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,702 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,875 (728,775 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
179,100 179,100 0000000000000567b8bd2b791f50de0eadb99fafdc10e2025bc23cbca43693f8 0.04 MB 81 121
179,099 179,099 00000000000007a615b569d74926ddc1df824720f3ca28cbc9d872ed1c4d0664 0.04 MB 65 89
179,098 179,098 000000000000036e09fa880c19ff4e258665210406233a5a4769f27cbbcb2656 0.07 MB 115 91
179,097 179,097 00000000000003df056676d12f2a85e91f9d32f4f8ebc0be775ef3b5fc19dcf1 0.01 MB 35 37
179,096 179,096 0000000000000966a657a2ff73dfc66b9dd32909d08beef109231b7c8c1c93ef 0.11 MB 228 117
179,095 179,095 00000000000008e0320506cce758e47d32bb2caf703f0e7be34ce710ea81e753 0.04 MB 106 70
179,094 179,094 00000000000001d42ecd6fce6f428b7d6e34d732526bc2ee0454106b61f60c76 0.13 MB 323 141
179,093 179,093 000000000000032fc32aa2d1541d9217924bc782700118479b6caad342efa34d 0.06 MB 174 122
179,092 179,092 00000000000007106ffd1bad474e446e702f14aadadeb9a6cb73d3d421c1e853 0.14 MB 298 133
179,091 179,091 0000000000000148d35cde564499aec671bd8f320afe4c5ea217bb12f0020538 0.05 MB 121 316
179,090 179,090 000000000000096f764737c2cb6ae88eeb85aced98b97ea8ea72e18adf3ce2da 0.02 MB 70 57
179,089 179,089 00000000000001d91ba6c55e288d75785a707e1e46e4c2ea0455088fae179b25 0.07 MB 154 219
179,088 179,088 00000000000005188d7cab1332c33ad2a77d80a2c54b009fecc114863568f3e3 0.01 MB 24 403
179,087 179,087 0000000000000654952657d501808ede00f3728c880b325df621e7fc43ee3d76 0.01 MB 21 144
179,086 179,086 0000000000000303bcafd4fb2d7ccb88800da25cbbb5db8e2574ea7b9a9f8ff3 0.00 MB 1 0
179,085 179,085 000000000000037e0082d7d615939b612d581dcaddb07e44cade4d973255a523 0.07 MB 188 234
179,084 179,084 00000000000001be7fd570c036dbcdca2155dca3c7aedf24375fd8db464a0446 0.05 MB 147 27
179,083 179,083 000000000000003e31ff9ab65d07dbac9d2c0c3cecbd1e35417eacef26f3cdec 0.25 MB 570 157
179,082 179,082 000000000000012f32ac84c1c129a0b036be35412cf12982711d410158dc9136 0.00 MB 7 157
179,081 179,081 000000000000043ff54c4ec9d50fe3b0b0fad77d4c82e68bd1ab61c5f7196aef 0.01 MB 25 154
179,080 179,080 00000000000000c0471b1c2bfa677bb4bb941f72e596c6949e35737e9635cf2c 0.04 MB 120 330
Previous 10 blocks ↓
Total Size: 769.31 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,642.81 GB sent, 94.51 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.