Memory Pool Memory Pool Refreshing

42,874 transactions
30.82 vMB
Show Random Selection Loading Transactions
Max Size: 148/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
848,460 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 1,727 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 848,459 (175,053 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
673,406 673,406 00000000000000000008d73d3920c4d535112c2c330296d6f3263d32ec9a942f 1.40 MB 2,393 60
673,405 673,405 0000000000000000000cde649b3391827300edce0dc2575a345d83410691af6e 1.30 MB 1,581 31
673,404 673,404 0000000000000000000abe3652af73d6cc788dc77ea4f36d39549ff373f84703 1.26 MB 1,549 35
673,403 673,403 000000000000000000059cba7216f2c56def08fcbf6476d372313e729c202d3a 1.21 MB 1,588 33
673,402 673,402 000000000000000000031455ce738a253886a3f406b12d0cc5cffe7cba308443 1.28 MB 1,660 43
673,401 673,401 0000000000000000000c0b5c54ad8a84c5b83f2049b8709739d2505e84a56525 1.03 MB 540 10
673,400 673,400 0000000000000000000122efc4634f7fc160e239ce7d3ebe1420db3f5d248f49 1.20 MB 1,178 11
673,399 673,399 0000000000000000000121220aab415c2ea699aa6ca02be206c203ed541448bb 1.23 MB 1,573 15
673,398 673,398 00000000000000000006928507af29599d278e36618dee2b7d1f8edfee34ee0b 1.27 MB 1,580 47
673,397 673,397 00000000000000000004199b38d09628529a8cf6e9f020d63e30c6d018ca0085 1.55 MB 940 19
673,396 673,396 000000000000000000067679e75166cbb34104f2c33d49016820f32802979626 1.23 MB 2,050 26
673,395 673,395 0000000000000000000bd101f75945bc0073756bc03a357b927dd652e08c59c7 1.38 MB 1,977 51
673,394 673,394 00000000000000000000a09a68701b2db0d7ba97a45098c60318ca7274a086ae 1.17 MB 1,316 108
673,393 673,393 000000000000000000081423f5011ee2d4c1b043a6032fc9e990eb102c03edb6 1.18 MB 1,206 11
673,392 673,392 000000000000000000013138524cde07ba065e0f4a6b52fcc7eda907f636e3cf 1.30 MB 2,211 42
673,391 673,391 000000000000000000070d53788b212cc4e3d4bf1064396b2224070eda2dfce2 1.29 MB 2,588 51
673,390 673,390 0000000000000000000845606e2b9509d9b0346e05d6d20ba4c06061fbdc359a 1.24 MB 1,817 24
673,389 673,389 00000000000000000008dee7e04893f5422e0c33701f490dd7f03cc4d0ba98c1 1.32 MB 2,122 32
673,388 673,388 0000000000000000000662dde4e4838e6261433188a14029f8817e9dbabf7432 1.55 MB 1,257 22
673,387 673,387 000000000000000000093b03113d448b9350afe6b3462ad0177a9b3bb6e981cb 1.70 MB 788 23
673,386 673,386 00000000000000000001853623cac5d1f4014bc7b05c77f2391436c6f84aff31 1.80 MB 252 12
Previous 10 blocks ↓
Total Size: 658.61 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 93 incoming
  • Data Transfer: 1,614.73 GB sent, 2.80 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.