Memory Pool Memory Pool Refreshing

33,539 transactions
38.14 vMB
Show Random Selection Loading Transactions
Max Size: 144/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
843,994 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 6,029 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 843,993 (413,962 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,031 430,031 0000000000000000048354f45d2d6a3c5d223f95b1641b1c4d7e17c986815a2e 0.32 MB 630 46
430,030 430,030 0000000000000000044c58afc7bc69a0d17ca3050086dc3337bd5025b6a84668 0.02 MB 47 57
430,029 430,029 000000000000000003ee88f3b94b831987aa0d219a93ad6ad7039d539632792a 0.08 MB 152 51
430,028 430,028 0000000000000000009cd963cee36e036d1e8d97894fb4584aefeba5a759e0d0 0.41 MB 915 55
430,027 430,027 0000000000000000004d23015c6a0b87f059fd7d533cc516d1305452948e86f3 0.64 MB 1,515 58
430,026 430,026 0000000000000000020546e4058e4c75654ba93ffe03d3415a6f0b1080ca72cb 0.61 MB 1,289 55
430,025 430,025 0000000000000000038ae40f362289d858dda52a4a7def84300ffed9c8a1617b 1.00 MB 1,506 35
430,024 430,024 00000000000000000072dcea979fc8f8724eff3a4f8450bd80215427f305c2d1 0.28 MB 686 62
430,023 430,023 0000000000000000013cfd0a3b81249aa4ef1a8c33b02dc5259203c37f64d314 0.46 MB 892 55
430,022 430,022 000000000000000002057094435b5b520a1c5ad5a77df238b5a0db6bcb815138 0.98 MB 1,574 37
430,021 430,021 00000000000000000489bc0e80ae80d0998f845a5e1d53361a247fd18f582f48 1.00 MB 2,422 69
430,020 430,020 00000000000000000227f8f2efee26c6be999d72c6b35d0e34bc9706d552e274 1.00 MB 935 27
430,019 430,019 0000000000000000000d7d8e874f10e20759ce3134376d9a2bcb223a4e57e8c2 1.00 MB 1,484 30
430,018 430,018 0000000000000000023b650995a888ed27cb3e229beef56eef954961ae2f5c4e 1.00 MB 2,556 66
430,017 430,017 00000000000000000231fe2a6d216048c3bfb371c3bebf559127e01165c65d2d 1.00 MB 2,156 52
430,016 430,016 000000000000000004574e6f63651ac90ddf184f6a4b926399097ce46a9d3ec1 1.00 MB 1,958 51
430,015 430,015 000000000000000002421a0f62aee5f1856f04649cf0da58742dae8c37ed49dd 1.00 MB 2,794 77
430,014 430,014 00000000000000000166a154651434ae9fe1ad57a1f5824f8f9d0de8e24d3caa 1.00 MB 2,560 58
430,013 430,013 00000000000000000114d941a8dea89ee460b8882eeaaa94863e0fa885ed3815 1.00 MB 2,513 65
430,012 430,012 0000000000000000025a3b8aee4abe374ec29238972fb60b0c84d5302b5502da 0.44 MB 882 54
430,011 430,011 0000000000000000025fdbae6ad6fb71212f496b8a965add2b288f8cc09c19e9 0.03 MB 77 62
Previous 10 blocks ↓
Total Size: 650.50 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: 8,990.33 GB sent, 63.20 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.