Memory Pool Memory Pool Refreshing

35,264 transactions
54.32 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
843,261 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 3,520 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 843,260 (76,642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
766,618 766,618 00000000000000000005a2fbbe28d8dff961a4ffd1c70467c68c4e5d08cc70cd 1.76 MB 2,539 7
766,617 766,617 00000000000000000004a597c4a58897bedddc539c616404b9d5a89ccff6b333 1.58 MB 3,063 16
766,616 766,616 0000000000000000000261b1c657e5b1eaa2261e2ffef325eeb1af6cb523a2f7 1.33 MB 1,899 3
766,615 766,615 00000000000000000004690c3114324dcadd706c7808ec622d95e8f35b2c8dc6 1.45 MB 2,792 17
766,614 766,614 00000000000000000000768c783dd017e8e3d11604efb82d3894217a1c3437eb 1.32 MB 2,483 5
766,613 766,613 00000000000000000006d408ffb61d72f336a1f01cb451746b4ecb6950515cfa 1.52 MB 3,177 19
766,612 766,612 00000000000000000005b4da15045ff626a66ed289a230651880a245a0aced1c 1.49 MB 2,106 7
766,611 766,611 00000000000000000004dcce56068795e83a1e76dac3988e6a054f6bef5b684e 1.43 MB 2,428 12
766,610 766,610 000000000000000000069be04dd527d4569a821ec1b2de65df7c5cf4580c673f 1.21 MB 1,237 12
766,609 766,609 000000000000000000002e09ae71106a0533be95b941ce0bfe8e76705185f516 1.27 MB 2,225 10
766,608 766,608 0000000000000000000371aaa50c48b32715303bb6008790eb300847ccd92656 0.20 MB 403 13
766,607 766,607 000000000000000000024881296acec86c4a51195ebfe4bfedee3158773e1a5b 1.51 MB 2,533 10
766,606 766,606 0000000000000000000781cec9632b60443b7f8ae697e9fbd1e285bc51090f5f 0.07 MB 180 10
766,605 766,605 0000000000000000000462676283c6192ab02ef639684978de05bdaa2402108f 1.21 MB 2,223 11
766,604 766,604 00000000000000000007b0b0e30eb480b8fde2c17030463dce03ffc5f3ff29b1 1.23 MB 1,195 1
766,603 766,603 0000000000000000000214cd0327afd9267c28162d8ec75573a64888f8e39a18 1.63 MB 2,469 10
766,602 766,602 000000000000000000007e3e79fceeb48e18c17f9d81328e9b878e6e8b0bbc8f 1.53 MB 3,081 20
766,601 766,601 00000000000000000007d31c1f78a8aa4b42c4997efb223bcc6c4cf62195810b 0.07 MB 170 11
766,600 766,600 00000000000000000005275eb5f6d8aae527dbf812aca56f348a436564bca410 0.22 MB 525 14
766,599 766,599 00000000000000000006010e0f05a7721ef5b7e6c2e1505be686f50ee81ddd0e 0.50 MB 652 10
766,598 766,598 00000000000000000007a75d492eab22c8e621abaf4f7352c88ca069c531fe9f 0.63 MB 1,101 10
Previous 10 blocks ↓
Total Size: 649.14 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,747.79 GB sent, 56.47 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.