Memory Pool Memory Pool Refreshing

9,212 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,697 (662,591 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
245,106 245,106 000000000000007cc96a15fbf51073939fc70a26bbe8fb9454496c5919100722 0.08 MB 125 121
245,105 245,105 0000000000000004d05bb99af044ea70ed03deb15667c9011299f8d5dc7975ad 0.12 MB 291 186
245,104 245,104 0000000000000014501634d7328c56780847157ed35241d477b9de43cb5bf8be 0.06 MB 152 35
245,103 245,103 000000000000007c0d8eafe2881b800bb353b81fdeaa0a76ca3dd8cd697ce750 0.21 MB 500 145
245,102 245,102 00000000000000427ab6b29237d34ca491d4395f92e91434c1f9e19c474304ed 0.08 MB 205 160
245,101 245,101 000000000000004cce1d4056cb79df8774d1070ce09ecb6cd741aaff08764a73 0.04 MB 53 93
245,100 245,100 00000000000000ae6b97cf8065b3a2b28d035fce6bcdac3c94e90dcec1c8ed8e 0.03 MB 69 65
245,099 245,099 000000000000004edae0f07a24ba168309312daeb2015df4f7f703ea90bf67ac 0.08 MB 170 142
245,098 245,098 00000000000000242330640b9a93bbe47a529616336a0041c2297f22d357d6f6 0.07 MB 184 160
245,097 245,097 000000000000001f93dfaf5411ef963f67bee538b2872e7ba0a5fe3fd4ff535e 0.01 MB 16 67
245,096 245,096 000000000000002e351aa518073b9b4849fd06300091492a9664ce7b182c74da 0.05 MB 105 137
245,095 245,095 000000000000009c2d27c469e95870235c096640ca34fbf1c8ccf111765e702b 0.02 MB 31 68
245,094 245,094 00000000000000aa4b4936783a84b8f36fe603cd15a45f4235f7d75db3b93824 0.03 MB 71 65
245,093 245,093 00000000000000c34738d1b780c0d89cc0a47d75a55e5331e04fd321d6e30fcb 0.14 MB 310 173
245,092 245,092 000000000000001798a1c6413b76cf8b03b5e7e42ad7986368a2ae04177b6086 0.09 MB 273 81
245,091 245,091 000000000000003cf7634d7ad0af35ce4f100ca3c3fe676dd0b767c8dff9067e 0.03 MB 81 95
245,090 245,090 000000000000005c68b8a6331258ffc7aab7c95a21f5ab6bf894c0e6e0827d2d 0.11 MB 251 111
245,089 245,089 0000000000000080a72ad0c16ff28ef24e9732bd776eeb75f74c7014705d0186 0.00 MB 4 0
245,088 245,088 00000000000000037d4693d83cb511515ddbbba602c209e6f4998406e6b18c67 0.06 MB 108 73
245,087 245,087 000000000000004f3479b7d33ea4ac01531eb31ed4f8ee6a293c185a3ee34a25 0.01 MB 40 65
245,086 245,086 000000000000002285573043142acd34196e78f1902999e5f51151c445969306 0.08 MB 202 105
Previous 10 blocks ↓
Total Size: 768.98 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,616.41 GB sent, 92.72 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.