Memory Pool Memory Pool Refreshing

42,223 transactions
42.01 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,585 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,602 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,584 (640,912 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
201,672 201,672 00000000000002a4fca0411238bcaebaaf7036c82601274e4d6d34a4eafd2ccd 0.05 MB 118 58
201,671 201,671 00000000000002a17467edbdbacc08f45e23dcbb550708c9ff745862e369427e 0.21 MB 303 124
201,670 201,670 00000000000000996dfabeb01d16e94c0a62d46ecfd395ae1b70a87deca67120 0.03 MB 78 118
201,669 201,669 000000000000013ee26608bda790d8be4d96551675469eb44cad635905aa1705 0.05 MB 103 126
201,668 201,668 00000000000001dad19376f56a7a571d570330ba19295ad553949cddf07d0f50 0.16 MB 344 197
201,667 201,667 000000000000006e860bf468fdca87b44591fa06140529a62a4d3365d85a03f2 0.00 MB 9 3
201,666 201,666 00000000000004ab708a24d21c0f5204dd993b27428d46a6248be08fd7ee1ea4 0.33 MB 625 168
201,665 201,665 000000000000048d7de112a04fd76fc325366163e4634d9a1815e955f6939f2e 0.05 MB 27 56
201,664 201,664 00000000000002b1b09166fe8c249573548471b6684acde252ac503b10a5e8cf 0.10 MB 252 19
201,663 201,663 00000000000001d3e6f5d9f462d8c9029a32c6b5f5e7eb3cabd80a054e5bcc9f 0.09 MB 212 223
201,662 201,662 000000000000048536cc66658a4735070e538f0b23ea4f6a55fcf2f60ed3ffb6 0.23 MB 410 114
201,661 201,661 00000000000002e4dc30090f5019162b2f1a7d4b8d581817f4aa1211f861ae8d 0.13 MB 209 73
201,660 201,660 0000000000000101f484bbc54adf8816a40c96ebe0d389e195596a9bbaa34669 0.47 MB 655 101
201,659 201,659 000000000000050b19e83c4a4fd85cebe56b296ee89c122fcadb388121d7ba67 0.25 MB 755 178
201,658 201,658 00000000000003a9f62fa5583553a5e6a05d2f3f1b1adb6509b5031f0a43aeec 0.00 MB 11 18
201,657 201,657 00000000000002890ad401c09cd29efa341e2a231a7fc434d31f1811c4c3da1b 0.05 MB 131 172
201,656 201,656 000000000000033c85db05c182382bf57520464f55e02e65ea0e4a848ae49aa4 0.06 MB 96 148
201,655 201,655 000000000000013c317b82d8f8710d30eb4adf32443daa3b29a0969c50393463 0.15 MB 279 65
201,654 201,654 0000000000000059bdbcfd90cf30f49fb88c6992be52abf269486d173c9f0ce6 0.06 MB 51 80
201,653 201,653 00000000000000a5ca20bf2fb882036f529e49f1f4627f4af4ac3db15a46f1b2 0.06 MB 77 117
201,652 201,652 00000000000004ec74b7ed04294d4ce6ec8112144836b94ad1f0808b87f3ff64 0.14 MB 259 189
Previous 10 blocks ↓
Total Size: 647.84 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 8,552.47 GB sent, 48.08 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.