Memory Pool Memory Pool Refreshing

1,871 transactions
0.64 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,942 00000000000000000002349e0000000000000000000000000000000000000000 0.60 vMB 1,859 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,941 (588,688 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
319,253 319,253 000000000000000002d17797812d2a792913e5bcb39431b55afb77400d0499cd 0.75 MB 913 22
319,252 319,252 000000000000000025f140839c331c3f751be8b9b19eee6f7a47b32bc2cf3995 0.00 MB 1 0
319,251 319,251 0000000000000000077e4d815a9fe81ac6a73696cf9175c182437088dbe34c89 0.75 MB 1,817 33
319,250 319,250 000000000000000000193379e251df9285917ed6524968a37bd1921e6041aace 0.47 MB 690 24
319,249 319,249 00000000000000001248880f51a3a854f87796f62d480007e773f5dd118f9bba 0.11 MB 258 30
319,248 319,248 000000000000000002cdda769b0e7eaa1f878b46b4bddd381ecb03fef752b50a 0.25 MB 409 26
319,247 319,247 0000000000000000212b330924b96e9442a02b530674fa3d7a93539a3b6abd82 0.13 MB 296 31
319,246 319,246 000000000000000016e2d44254c2b1a21380813b14d8ad8b8c5f019eabcd87d6 0.31 MB 648 34
319,245 319,245 000000000000000026d161897af49e2ea357deab2113df59d12dbdf24ff363aa 0.51 MB 770 25
319,244 319,244 00000000000000002682f3d96b8693565c048182dfd3db95b0cdadf1e7b52332 0.13 MB 268 28
319,243 319,243 000000000000000026bfcb3ba16c5e40c08289b2cac20aba02945a3297452772 0.11 MB 210 26
319,242 319,242 00000000000000000c4491a0174aae598bf3a2d0d0736b920cfa3e8d5c1751d7 0.47 MB 724 25
319,241 319,241 000000000000000010588b3d929f63c22e0bdcdc76779c37fe08f4b89e0e9738 0.11 MB 209 30
319,240 319,240 0000000000000000192bae7b46bf89936352be6bb90a4d5e7200fc088367e98f 0.21 MB 342 25
319,239 319,239 00000000000000001f05ff0e4dccb106068e3838d3614d3d07f04cff4113903b 0.05 MB 114 32
319,238 319,238 00000000000000000ae2118a93c8bdacd7bdc3ffc4ec9e12a03eb66f29ab76eb 0.17 MB 358 30
319,237 319,237 0000000000000000154c4edb3f64abfd8dedc8f01631ca992df200f8a102e1bf 0.11 MB 249 32
319,236 319,236 0000000000000000015e8c0318a7424cb19917014e2444db7e4cb633f5cea62d 0.25 MB 556 32
319,235 319,235 0000000000000000143b43571b1ab3904755563881c93593b3d7b8b2f4cd5b46 0.21 MB 396 29
319,234 319,234 00000000000000001dbf7d6a60385a3de0ab247ad8e0040895648f5e7f1edbd9 0.07 MB 167 32
319,233 319,233 0000000000000000168d200e54a9fc2558bcd3d849423c343a1d558c07f42ff0 0.04 MB 64 20
Previous 10 blocks ↓
Total Size: 769.44 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,645.60 GB sent, 95.11 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.