Memory Pool Memory Pool Refreshing

71,930 transactions
39.44 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,088 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 4,362 35
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,087 (412,045 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,042 430,042 000000000000000004d577ea61a2dbdb498bfa2b097c82ae70cd28759c1c8ee4 0.21 MB 511 57
430,041 430,041 0000000000000000035012dbb520560db5b035c6e0569889f721f966c7164cee 0.33 MB 902 45
430,040 430,040 0000000000000000021aaf81758fea6bc310d8fd190fed3cb11cb4f64a094cbe 0.29 MB 103 14
430,039 430,039 00000000000000000146be61caa5acaa056b226d1b8f57e8542a5434ce727906 0.30 MB 681 58
430,038 430,038 0000000000000000017670be8f8209f18cac44b907c5a39e271b61eb288c3411 1.00 MB 1,368 34
430,037 430,037 0000000000000000045136bc624f7820ac36b8efbba2a9a90168903e68d83fca 1.00 MB 2,666 66
430,036 430,036 0000000000000000006f93ca8ad75e267d33b706ba2dcd1f3d15a39bb0433525 0.44 MB 885 49
430,035 430,035 0000000000000000004836b21c6f12cc5e7154547d29225699e50f7292e63492 1.00 MB 2,327 58
430,034 430,034 0000000000000000046c7901485c6c4135070fbad6fc94f0a59307fc605b9e11 0.22 MB 197 41
430,033 430,033 00000000000000000127a2e11ba1d339265775dd1f9fdcd0c0dc2087c5fa3bd5 0.70 MB 1,061 70
430,032 430,032 000000000000000001737d7eefb3a10a696ab9a59c2efac26605240244dc86ba 0.70 MB 875 33
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
Previous 10 blocks ↓
Total Size: 646.91 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,436.30 GB sent, 41.44 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.