Memory Pool Memory Pool Refreshing

72,922 transactions
28.13 vMB
Show Random Selection Loading Transactions
Max Size: 157/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,830 000000000000000000035cb80000000000000000000000000000000000000000 ago 1.00 vMB 2,202 40
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,829 (416,111 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,718 430,718 0000000000000000017d2740b38f0f7e794806e0425a052820a02df26afb5a9a 1.00 MB 2,724 69
430,717 430,717 000000000000000000066951971993b707b089bbb36cb3cef0352d0e3a1478ce 1.00 MB 2,465 64
430,716 430,716 0000000000000000039dca34bb69fb220d915ad1fde3d3572dcff7538e2bde03 1.00 MB 2,931 77
430,715 430,715 000000000000000004a2c59bc351afaa3bafb9a8f676d0436270ec1f023e6309 0.09 MB 212 72
430,714 430,714 000000000000000002e9a7a4f4382eaa3bdd0161a0c1eb524b05cfa75d9b2785 1.00 MB 1,973 48
430,713 430,713 000000000000000001fd68ac1cf2ee408db290bf59cbb570dc8a6e9a4889a4b4 1.00 MB 1,646 35
430,712 430,712 000000000000000001e870976cdd9137a8a593fa82cd9e2de701b046a33f275e 1.00 MB 2,447 49
430,711 430,711 00000000000000000358ea557a4432dffbac75d8a0d5482094a52e883e03f65f 1.00 MB 2,794 60
430,710 430,710 0000000000000000040dfec6c00481b122e5a8627df85979824ce2749a610619 1.00 MB 2,654 82
430,709 430,709 0000000000000000002c57d958bbb39f7b23767d4cfcd6624b7746b56017c326 1.00 MB 2,509 71
430,708 430,708 000000000000000001553964e25b0c1a2e5ced628dc586f53ce6e5e1e63e4677 1.00 MB 2,763 117
430,707 430,707 000000000000000003aa2313c31fc5e80fdb8bbeba3217dc5552d511e41ac6a2 0.00 MB 1 0
430,706 430,706 0000000000000000010dc7a92cd681f24e4f01d79b0135f7e2eb306ee2f081e4 1.00 MB 2,027 60
430,705 430,705 0000000000000000035e214199218e93b1c764732bfbb37a935936fc87c98726 1.00 MB 3,161 85
430,704 430,704 0000000000000000031dde4c9c54c85266891b506e4d8edf648f1a7f4a7f73f1 0.77 MB 2,018 68
430,703 430,703 0000000000000000021e4acdb03bd767414541fe5c76540610c208fa9e02c277 1.00 MB 1,948 47
430,702 430,702 00000000000000000108b9b38ab7d06e0c5c0e4815e7dd12dc8c2f5d0b182308 0.00 MB 1 0
430,701 430,701 0000000000000000014c2a8f4b6aedd3d010c22b6d60541330cee46607f505aa 1.00 MB 2,795 75
430,700 430,700 000000000000000004ccf3e63dd3c9ed21f90b6d6527e982ca7c49243fd61bbb 1.00 MB 1,870 43
430,699 430,699 0000000000000000005119f798178181e0eb0acec55773bbf8e87c348678c7c8 1.00 MB 2,353 64
430,698 430,698 00000000000000000145ccd9d32284e4f96208ee7c8fa6bfdb2efc152922c8cb 1.00 MB 2,954 76
Previous 10 blocks ↓
Total Size: 655.73 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,504.22 GB sent, 98.48 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.