Memory Pool Memory Pool Refreshing

60,569 transactions
45.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,042 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 5,099 45
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,041 (408,014 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
434,027 434,027 0000000000000000001f29e5221edad6c2377c0ad5bd638a5d318220ffdfa30e 0.63 MB 1,344 62
434,026 434,026 000000000000000000ed4cfcd210f3fcd972bccd44298c6c0f6a579635786f81 0.63 MB 1,369 64
434,025 434,025 000000000000000002c5d5c1c3c8b13fbb7ffbb10e3c72fb22f6600d54bdf27a 0.98 MB 562 18
434,024 434,024 0000000000000000040faead75fafecc2499a7dbb8d950a9a9a2aa9bbf3fa827 0.39 MB 798 63
434,023 434,023 000000000000000003bd9ddd6cd654e540e761f9dc11e36e778f0653865209be 1.00 MB 1,940 54
434,022 434,022 00000000000000000265bb19ae4182dcb1cbc30485a95509038407b4100220e1 0.43 MB 880 68
434,021 434,021 0000000000000000006bb5996c99da81bbdd6ae30e562ec602cb13abd07b0904 0.08 MB 189 50
434,020 434,020 00000000000000000070361598ab703342195348e21c5e6c941f5452c7ee0c99 0.59 MB 1,109 56
434,019 434,019 000000000000000000978cea20af0bd90b62d074ef6e56edcececcefcdba7b8b 0.68 MB 1,002 50
434,018 434,018 0000000000000000001d1d96da6e5fbd5635ffe534733a3180e4b3bf1835a209 0.88 MB 1,605 53
434,017 434,017 000000000000000002160580f00c94f3c76a54609b6a78d4f743f148b7e8d587 1.00 MB 1,323 38
434,016 434,016 00000000000000000127db0f2ee7cbd8685123082ed50d35e3f58b4fd84cd610 1.00 MB 2,227 62
434,015 434,015 00000000000000000360a3f12fa1e88c952838c926f6407a1f237e0d33eddc42 1.00 MB 2,701 79
434,014 434,014 0000000000000000043420d7de6caa560e537383467770da932fc5e8b951a8dd 0.00 MB 6 648
434,013 434,013 000000000000000002fc204fdb4d500f690a584936d4f001dd6eb077dbabf44a 1.00 MB 1,937 72
434,012 434,012 0000000000000000037125d89a08f969eb6cb3e3eff2a630ed8a5d1d5b81c0be 1.00 MB 2,140 66
434,011 434,011 000000000000000001b0a6f8f7c148e1fda667b45dafcb7f93b07608760ec740 0.99 MB 1,235 26
434,010 434,010 00000000000000000232b385a65cefa44a2f8128c445df66bf8fc5c3d043965c 1.00 MB 2,558 75
434,009 434,009 000000000000000003d3db3dc17dddad7a57fceabe6ac9e68d0e661b0cb2990d 1.00 MB 1,310 30
434,008 434,008 00000000000000000316987710f693cd7a77a19a431c1a5cda3188ae9d9a80dc 1.00 MB 2,085 52
434,007 434,007 0000000000000000003a25c3db96d3fefd21e2e0ca4e5be13c3bf7772ff41ced 1.00 MB 2,802 93
Previous 10 blocks ↓
Total Size: 646.83 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,423.99 GB sent, 40.58 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.