Memory Pool Memory Pool Refreshing

81,653 transactions
36.15 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,593 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 2,828 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,592 (231,350 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
613,242 613,242 00000000000000000007c5995718a1948b10ea19ca49eaa97cddf3b510cd881b 0.23 MB 613 20
613,241 613,241 00000000000000000004a77f9d95e3f5c28884f141143d58002cbe9b9f92eba1 0.70 MB 1,425 10
613,240 613,240 0000000000000000000c472ebd7fda1e45450f4a94d08d93be1e4791c8040bb0 1.27 MB 2,693 15
613,239 613,239 0000000000000000000bbfec2a29078085d29a77fe61d880bf95dfca4993bc40 1.01 MB 2,217 8
613,238 613,238 0000000000000000000b6c75e39922e1440c36d7b424a28952937278e0436d9e 1.25 MB 2,634 19
613,237 613,237 0000000000000000000e07892869f960d8f9aec1ac9306e26b9dcc9444dc87dd 1.25 MB 2,486 16
613,236 613,236 000000000000000000030bdf3d6c86419b1a42319efa530147d2e793f6592bcc 0.15 MB 266 13
613,235 613,235 00000000000000000009a7ac138b967c9f41c26fe3530d0a5665ba9c2ece4f6c 0.01 MB 25 5
613,234 613,234 0000000000000000000fcdb250b1e8321f398d74c020c00bccafb90b33fdded3 0.42 MB 668 14
613,233 613,233 00000000000000000001987d97f0fb6fa5d5929613b2d565c85805ef9fdf24dd 0.56 MB 982 14
613,232 613,232 0000000000000000000bc1b4f41867225451cfbfec77abf0b1ffe2b958278624 0.61 MB 1,523 6
613,231 613,231 000000000000000000046b810f942c4bb24717f1a0c63f5c9e77804117fde21b 1.24 MB 2,660 20
613,230 613,230 00000000000000000006f3b245568a52ad668d7643ce85cacb8b01a059f2107e 0.35 MB 703 15
613,229 613,229 0000000000000000000740b883895b1d7376fd882a6d3e7652c933bd9032e982 1.08 MB 2,177 16
613,228 613,228 0000000000000000000ccdfc9ef41c3bf347ac15714866fdc4a92e575d712515 0.97 MB 2,192 16
613,227 613,227 0000000000000000000b8ea999de2f578e0a88493996c853f26a9c1d4ec93cd0 0.54 MB 1,193 17
613,226 613,226 0000000000000000000438e604297d670cdbaf0e456b8161dc7188e6ad49a925 0.87 MB 2,280 14
613,225 613,225 0000000000000000000f181d8362dac7014082b96e99d3fe3f4cb0ad569b9812 0.57 MB 1,440 15
613,224 613,224 00000000000000000001ac2cbd52e8d3ee56c572b25f51a752317e8018f7da8f 0.02 MB 62 10
613,223 613,223 00000000000000000001f2025c94075961e6f56d3c3c1ed3de565e8ca45430a0 0.45 MB 888 15
613,222 613,222 00000000000000000009b82f0f0045a3bf3d82af613c3fb746bdfa55123a2509 0.88 MB 2,208 14
Previous 10 blocks ↓
Total Size: 651.63 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 9,144.39 GB sent, 69.72 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead. But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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 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.